未验证 提交 07d5472f 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

Merge pull request #8073 from afbjorklund/error-template

Missing period character in the error template
......@@ -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()
}()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册