We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b183fb commit b28762eCopy full SHA for b28762e
pkg/minikube/registry/drvs/krunkit/krunkit.go
@@ -87,7 +87,7 @@ func configure(cfg config.ClusterConfig, n config.Node) (interface{}, error) {
87
88
func status() registry.State {
89
if runtime.GOOS != "darwin" && runtime.GOARCH != "arm64" {
90
- err := errors.New("The krunkit driver is only supported on macOS arm64 machines")
+ err := errors.New("the krunkit driver is only supported on macOS arm64 machines")
91
return registry.State{Error: err, Fix: "Use another driver", Doc: docURL}
92
}
93
if _, err := exec.LookPath("krunkit"); err != nil {
0 commit comments