Merge pull request #5273 from kubernetes/sharifelgamal-patch-2

Fix indent for linting
pull/5275/head
Sharif Elgamal 2019-09-05 12:29:03 -07:00 committed by GitHub
commit 70d29a66bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ func validateKubernetesVersions(old *cfg.Config) (string, bool) {
if viper.GetBool(force) {
out.WarningT("Kubernetes {{.version}} is not supported by this release of minikube", out.V{"version": nvs})
} else {
exit.WithCodeT(exit.Data, "Sorry, Kubernetes {{.version}} is not supported by this release of minikube", out.V{"version": nvs})
exit.WithCodeT(exit.Data, "Sorry, Kubernetes {{.version}} is not supported by this release of minikube", out.V{"version": nvs})
}
}