common forge.Init()

This commit is contained in:
Jeff Carr 2025-09-11 04:42:24 -05:00
parent b30ecc89fb
commit efb966b3f8
1 changed files with 1 additions and 7 deletions

View File

@ -49,13 +49,7 @@ func main() {
me.myGui = prep.Gui() // prepares the GUI package for go-args
me.pp = arg.MustParse(&argv)
// load the ~/.config/forge/ config
cfg, err := configInit()
if err != nil {
badExit(err)
}
me.forge = forgepb.InitFromConfig(cfg)
me.forge.InitScan()
me.forge = forgepb.Init()
// initialize patches
doPatchInit()