fix msg format

pull/842/head
clchen 2016-11-23 10:28:23 +08:00
parent 06f380aa7a
commit 539886eeda
1 changed files with 3 additions and 2 deletions

View File

@ -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))
}
}