Skip to content

Commit

Permalink
Merge pull request #6882 from nkprince007/profile_list
Browse files Browse the repository at this point in the history
profile_list: Do not throw error for unready clusters
  • Loading branch information
medyagh committed Mar 4, 2020
2 parents 6d54f0e + f183a79 commit d1b0d50
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 d1b0d50

Please sign in to comment.