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 5906bd3 commit 9d44f75Copy full SHA for 9d44f75
pkg/minikube/driver/auxdriver/install.go
@@ -43,7 +43,7 @@ func newAuxUnthealthyError(path string) error {
43
}
44
45
func newAuxNotFoundError(path string) error {
46
- return errors.New(fmt.Sprintf("auxiliary not pound in path command %s", path))
+ return errors.New(fmt.Sprintf("auxiliary driver not found in path command %s", path))
47
48
49
// ErrAuxDriverVersionCommandFailed indicates the aux driver 'version' command failed to run
0 commit comments