diff options
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -66,7 +66,7 @@ func (c *ForgeConfigs) ConfigLoad() error { log.Warn("broken forge.pb config file") return err } - log.Info("config load found", len(c.ForgeConfigs), "repos") + log.Info("found", len(c.ForgeConfigs), "entries in ~/.config/forge") return nil } @@ -86,7 +86,7 @@ func (c *ForgeConfigs) ConfigLoad() error { log.Warn("broken forge.text config file") return err } - log.Info("config load found", len(c.ForgeConfigs), "repos") + log.Info("found", len(c.ForgeConfigs), "entries in ~/.config/forge") return nil } @@ -106,7 +106,7 @@ func (c *ForgeConfigs) ConfigLoad() error { log.Warn("broken forge.json config file") return err } - log.Info("config load found", len(c.ForgeConfigs), "repos") + log.Info("found", len(c.ForgeConfigs), "entries in ~/.config/forge") return nil } |
