This commit is contained in:
Philippe Caseiro 2022-06-30 15:50:42 +02:00
parent 982072494e
commit 660230ac68
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ func (tc *TemplaterConfig) ManageServices(rootDir string) error {
if err := svr.Manage(tc.TemplateDirectory, rootDir); err != nil {
return err
}
log.Printf("Service %s processed", name)
}
return nil
}