Skip to content

Commit

Permalink
profile_list: Do not throw error for unready clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
nkprince007 committed Mar 4, 2020
1 parent 3ba072c commit f183a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/config/profile_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var printProfilesTable = func() {
}

if err != nil {
exit.WithCodeT(exit.Config, fmt.Sprintf("error loading profiles: %v", err))
glog.Warningf("error loading profiles: %v", err)
}

}
Expand Down

0 comments on commit f183a79

Please sign in to comment.