Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Fix minikube create
Browse files Browse the repository at this point in the history
  • Loading branch information
anuruddhal authored and Mirage20 committed Dec 20, 2019
1 parent 5535f11 commit c1a0c0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/cli/pkg/minikube/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func (minikube *Minikube) CreateK8sCluster() (string, error) {
errStr := string(stderr.Bytes())
return "", fmt.Errorf("error occurred while starting minikube, %v", errStr)
}
return "", nil
cmd = exec.Command(
minikubeCmd,
"ip",
Expand Down

0 comments on commit c1a0c0b

Please sign in to comment.