added suggestion message
parent
8cfc825641
commit
9d87d64441
|
|
@ -65,7 +65,7 @@ var ProfileCmd = &cobra.Command{
|
|||
}
|
||||
|
||||
if !pkgConfig.ProfileExists(profile) {
|
||||
out.FailureT("if you want to create a profile you can by this command: minikube start -p {{.profile_name}}", out.V{"profile_name": profile})
|
||||
out.ErrT(out.Tip, `if you want to create a profile you can by this command: minikube start -p {{.profile_name}}`, out.V{"profile_name": profile})
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue