Skip to content

Commit

Permalink
Fix some space/tabs mixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslaw Smigielski committed Apr 22, 2020
1 parent 6d8ae2e commit 2dc7220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ func getKubernetesVersion(old *config.ClusterConfig) string {

}
if defaultVersion.GT(nvs) {
out.T(out.New, "Kubernetes {{.new}} is now available. If you would like to upgrade, specify: --kubernetes-version={{.new}}", out.V{"new": defaultVersion})
out.T(out.New, "Kubernetes {{.new}} is now available. If you would like to upgrade, specify: --kubernetes-version={{.new}}", out.V{"new": defaultVersion})
}
return nv
}

0 comments on commit 2dc7220

Please sign in to comment.