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 62283ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/minikube/cmd/config/profile_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ var printProfilesTable = func() {
}

}

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

}

var printProfilesJSON = func() {
Expand Down

0 comments on commit 62283ea

Please sign in to comment.