提交 c6313bb7 编写于 作者: M Medya Gh

better error message

上级 31cf3f2d
......@@ -98,7 +98,7 @@ func runDelete(cmd *cobra.Command, args []string) {
validProfiles, invalidProfiles, err := pkg_config.ListProfiles()
if err != nil {
glog.Warningf("Couldn't find any profiles in minikube home %q: %v", localpath.MiniPath(), err)
glog.Warningf("'error loading profiles in minikube home %q: %v", localpath.MiniPath(), err)
}
profilesToDelete := append(validProfiles, invalidProfiles...)
// in the case user has more than 1 profile and runs --purge
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册