We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af17987 commit a0817b6Copy full SHA for a0817b6
pkg/minikube/registry/drvs/virtualbox/virtualbox.go
@@ -83,7 +83,7 @@ func status() registry.State {
83
ctx, cancel := context.WithTimeout(context.Background(), 4*time.Second)
84
defer cancel()
85
86
- cmd := exec.CommandContext(ctx, path, "listz", "hostinfo")
+ cmd := exec.CommandContext(ctx, path, "list", "hostinfo")
87
err = cmd.Run()
88
89
// Basic timeout
0 commit comments