Missing period character in the error template

pull/8073/head
Anders F Björklund 2020-05-11 22:37:24 +02:00
parent 12122f7dc6
commit e892829155
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ func Start(starter Starter, apiServer bool) (*kubeconfig.Settings, error) {
wg.Add(1)
go func() {
if err := CacheAndLoadImagesInConfig(); err != nil {
out.FailureT("Unable to push cached images: {{error}}", out.V{"error": err})
out.FailureT("Unable to push cached images: {{.error}}", out.V{"error": err})
}
wg.Done()
}()