fix msg format
parent
06f380aa7a
commit
539886eeda
|
@ -193,7 +193,8 @@ To install kubectl, please %s the following:
|
|||
To disable this message, run the following:
|
||||
|
||||
minikube config set WantKubectlDownloadMsg false
|
||||
========================================\n`,
|
||||
verb, installInstructions, constants.DefaultKubernetesVersion, runtime.GOOS, runtime.GOARCH)
|
||||
========================================
|
||||
`,
|
||||
verb, fmt.Sprintf(installInstructions, constants.DefaultKubernetesVersion, runtime.GOOS, runtime.GOARCH))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue