Skip to content

Commit

Permalink
change priority to default
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Jan 4, 2023
1 parent 649b8ef commit f4e0de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/registry/drvs/qemu2/qemu2.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func init() {
Config: configure,
Status: status,
Default: true,
Priority: registry.Preferred,
Priority: registry.Default,
}); err != nil {
panic(fmt.Sprintf("register failed: %v", err))
}
Expand Down

0 comments on commit f4e0de7

Please sign in to comment.