Skip to content

Commit a0817b6

Browse files
committed
Remove debug statement
1 parent af17987 commit a0817b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/registry/drvs/virtualbox/virtualbox.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func status() registry.State {
8383
ctx, cancel := context.WithTimeout(context.Background(), 4*time.Second)
8484
defer cancel()
8585

86-
cmd := exec.CommandContext(ctx, path, "listz", "hostinfo")
86+
cmd := exec.CommandContext(ctx, path, "list", "hostinfo")
8787
err = cmd.Run()
8888

8989
// Basic timeout

0 commit comments

Comments
 (0)