Skip to content

Commit

Permalink
Update cmd/minikube/cmd/start_flags.go
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Powell <[email protected]>
  • Loading branch information
prezha and spowelljr authored Oct 25, 2024
1 parent 7e38554 commit 2b91019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/start_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ func getNetwork(driverName string) string {
switch n {
case "vmnet-host", "vmnet-shared", "vmnet-bridged":
//TODO: check if QEMU v7.1+ version is installed
if runtime.GOOS != "Darwin" {
if runtime.GOOS != "darwin" {
exit.Message(reason.Usage, "The vmnet-* network is only supported on macOS")
}
case "socket_vmnet":
Expand Down

0 comments on commit 2b91019

Please sign in to comment.