This commit is contained in:
Philippe Caseiro 2022-06-29 17:15:33 +02:00
parent 6f69746e41
commit 790015d412
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ func (cf *ConfigFile) Generate(root string, templateDir string, values []byte) e
if err != nil { if err != nil {
return fmt.Errorf("Process templates failed with error: %v", err) return fmt.Errorf("Process templates failed with error: %v", err)
} }
log.Printf("\tFile %s generated\n", dest) log.Printf("\tConfiguration file %s generated\n", dest)
return nil return nil
} }