Skip to content

Commit

Permalink
Merge pull request #8887 from Ajitesh13/master
Browse files Browse the repository at this point in the history
virtualbox: improve solution message -> ensure it is in the path #8453
  • Loading branch information
sharifelgamal authored Jul 31, 2020
2 parents 31e6c4c + c4957e4 commit a231c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/problem/err_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ var vmProblems = map[string]match{
},
"VBOX_NOT_FOUND": {
Regexp: re(`VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path`),
Advice: "Install VirtualBox, or select an alternative value for --driver",
Advice: "Install VirtualBox and ensure it is in the path, or select an alternative value for --driver",
URL: "https://minikube.sigs.k8s.io/docs/start/",
Issues: []int{3784},
},
Expand Down

0 comments on commit a231c8a

Please sign in to comment.