diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 03:28:07 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 03:28:07 -0500 |
| commit | ad1144efe5d937ebcd89dcded5834a0911fe3209 (patch) | |
| tree | f6589775e82ec3f0451dd8b892c766b73d928b6e /main.go | |
| parent | fa876aa17d653043f51dba5725c41b0db68d8efc (diff) | |
new forge init()
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -31,8 +31,10 @@ func main() { me.myGui = prep.Gui() // prepares the GUI package for go-args me.pp = arg.MustParse(&argv) - // load the ~/.config/forge/ config - me.forge = forgepb.Init() + // read in forge info + cfg := configInit() + me.forge = forgepb.InitFromConfig(cfg) + me.found = new(gitpb.Repos) fhelp.CheckGoModCleanExit() |
