We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301e2fb commit 4e5bd33Copy full SHA for 4e5bd33
1 file changed
pkg/minikube/registry/drvs/parallels/parallels.go
@@ -38,7 +38,7 @@ func init() {
38
Config: configure,
39
Status: status,
40
Default: true,
41
- Priority: registry.Default,
+ Priority: registry.Deprecated,
42
Init: func(_ *run.CommandOptions) drivers.Driver { return parallels.NewDriver("", "") },
43
})
44
if err != nil {
0 commit comments