Fix staticcheck error

This commit is contained in:
John Gardiner Myers 2020-01-11 20:13:22 -08:00
parent 1651a7ec3c
commit 19dc62a3e3
1 changed files with 1 additions and 1 deletions

View File

@ -1053,7 +1053,7 @@ func (c *ApplyClusterCmd) validateKubernetesVersion() error {
fmt.Printf("\n")
fmt.Printf("More information: %s\n", buildPermalink("upgrade_k8s", OldestRecommendedKubernetesVersion))
fmt.Printf("\n")
fmt.Printf(starline)
fmt.Printf("%s\n", starline)
fmt.Printf("\n")
return fmt.Errorf("kubernetes upgrade is required")
}