We always report errors, not with verbose mode only

dev
Víctor Zamanillo 2020-08-31 22:27:02 +02:00
parent 1d30f0b802
commit 01b74e51ec
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func New(options *Options) (*Runner, error) {
}
if err := runner.updateTemplates(); err != nil {
gologger.Warningf("Could not update templates: %s\n", err)
gologger.Labelf("Could not update templates: %s\n", err)
}
if options.TemplateList {