added suggestion message

pull/6774/head
vikkyomkar 2020-02-25 11:24:25 +05:30
parent 8cfc825641
commit 9d87d64441
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}