summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 12:45:07 -0600
committerJeff Carr <[email protected]>2024-11-30 12:45:07 -0600
commitd3e1a7ec8f5e7908c7d6bf461cfa9b9fe64c87a7 (patch)
tree5cbe2e4569d5c5471bdc1dee2d8893a8c6b02a01 /init.go
parentd972937cca56565ed4b7f53f708530992f98646b (diff)
fixes along the wayv0.0.9
Diffstat (limited to 'init.go')
-rw-r--r--init.go2
1 files changed, 1 insertions, 1 deletions
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
}