Update cluster.go

pull/2761/head
AdamDang 2018-04-23 20:10:04 +08:00 committed by GitHub
parent 9ad5b4a190
commit d01d8e5773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {