summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 04:46:33 -0500
committerJeff Carr <[email protected]>2025-09-11 04:46:33 -0500
commit7a76b5acd122c094849e718f8e3dff5c7211e725 (patch)
tree764344382d384b2c52e7a89f8d2057629814549a
parent6df342bc1071b72fe61b2708aa77dbdbabdbc602 (diff)
common forge.Init()v0.0.34v0.0.33
-rw-r--r--main.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.go b/main.go
index 130c412..a57b5ab 100644
--- a/main.go
+++ b/main.go
@@ -30,9 +30,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.InitByAppname(ARGNAME)
if err := me.forge.InitPatchsets(); err != nil {
log.Info("patches failed to open", err)