Skip to content

Commit f183a79

Browse files
committed
profile_list: Do not throw error for unready clusters
1 parent 3ba072c commit f183a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/minikube/cmd/config/profile_list.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ var printProfilesTable = func() {
103103
}
104104

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

109109
}

0 commit comments

Comments
 (0)