Fix merge conflict between e09133892f and 46640cef68

pull/3928/head
Thomas Stromberg 2019-03-21 16:11:16 -07:00
parent ed58b6fc35
commit 5b46539be8
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ func beginCacheImages(g *errgroup.Group, k8sVersion string) {
if !viper.GetBool(cacheImages) {
return
}
console.OutStyle("caching", "Downloading Kubernetes %s images in the background ...", kVersion)
console.OutStyle("caching", "Downloading Kubernetes %s images in the background ...", k8sVersion)
g.Go(func() error {
return machine.CacheImagesForBootstrapper(k8sVersion, viper.GetString(cmdcfg.Bootstrapper))
})