common forge.Init()

This commit is contained in:
Jeff Carr 2025-09-11 04:46:33 -05:00
parent 6df342bc10
commit 7a76b5acd1
1 changed files with 1 additions and 3 deletions

View File

@ -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)