diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,6 +47,6 @@ func Init() *Forge { f.goSrc = os.Getenv("FORGE_GOSRC") f.ScanGoSrc() - log.Warn("GOT HERE. forge.Init(). f can not be nil") + log.Info("forge.Init() found", f.Repos.Len(), "repos in", f.goSrc) return f } |
