From d3e1a7ec8f5e7908c7d6bf461cfa9b9fe64c87a7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 30 Nov 2024 12:45:07 -0600 Subject: fixes along the way --- init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.go') diff --git a/init.go b/init.go index a991582..120d57a 100644 --- a/init.go +++ b/init.go @@ -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 } -- cgit v1.2.3