Skip to content

Commit

Permalink
Merge pull request #5839 from tstromberg/vbox-be-quiet
Browse files Browse the repository at this point in the history
Silence virtualbox registry check
  • Loading branch information
tstromberg authored Nov 5, 2019
2 parents fa4b049 + 858fa57 commit a583cbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/minikube/driver/driver_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func findVBoxInstallDirInRegistry() (string, error) {
installDir, _, err := registryKey.GetStringValue("InstallDir")
if err != nil {
errorMessage := fmt.Sprintf("Can't find InstallDir registry key within VirtualBox registries entries, is VirtualBox really installed properly? %v", err)
glog.Errorf(errorMessage)
return "", errors.New(errorMessage)
}

Expand Down

0 comments on commit a583cbe

Please sign in to comment.