diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 04:38:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 04:38:22 -0500 |
| commit | 7cf1758a363ae80b7adf498600c2c138ec526b11 (patch) | |
| tree | 46ba5a6319ae9159ae3fce0e2242dca0824a591a /main.go | |
| parent | ad1144efe5d937ebcd89dcded5834a0911fe3209 (diff) | |
back to a common Init()
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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() |
