summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 04:38:22 -0500
committerJeff Carr <[email protected]>2025-09-11 04:38:22 -0500
commit7cf1758a363ae80b7adf498600c2c138ec526b11 (patch)
tree46ba5a6319ae9159ae3fce0e2242dca0824a591a /main.go
parentad1144efe5d937ebcd89dcded5834a0911fe3209 (diff)
back to a common Init()
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/main.go b/main.go
index 879819b..5d497e6 100644
--- a/main.go
+++ b/main.go
@@ -31,10 +31,7 @@ func main() {
me.myGui = prep.Gui() // prepares the GUI package for go-args
me.pp = arg.MustParse(&argv)
- // read in forge info
- cfg := configInit()
- me.forge = forgepb.InitFromConfig(cfg)
-
+ me.forge = forgepb.Init()
me.found = new(gitpb.Repos)
fhelp.CheckGoModCleanExit()