Update cluster.go
parent
9ad5b4a190
commit
d01d8e5773
|
@ -383,7 +383,7 @@ func CreateSSHShell(api libmachine.API, args []string) error {
|
|||
}
|
||||
|
||||
// EnsureMinikubeRunningOrExit checks that minikube has a status available and that
|
||||
// that the status is `Running`, otherwise it will exit
|
||||
// the status is `Running`, otherwise it will exit
|
||||
func EnsureMinikubeRunningOrExit(api libmachine.API, exitStatus int) {
|
||||
s, err := GetHostStatus(api)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue