mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
chore: tidy and code cleanup
This commit is contained in:
parent
d2b6178350
commit
ad45a540f0
6 changed files with 7 additions and 14 deletions
|
|
@ -143,7 +143,7 @@ func LoadPlugins(dirpath string, opts ...Option) (map[string]Generator, error) {
|
|||
|
||||
// show the plugins found if verbose flag is set
|
||||
if params.Verbose {
|
||||
fmt.Printf("-- found plugin '%s'\n", gen.GetName())
|
||||
log.Info().Str("plugin_name", gen.GetName()).Msg("found plugin")
|
||||
}
|
||||
|
||||
// map each generator plugin by name for lookup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue