fix build

This commit is contained in:
Jeff Carr 2025-09-22 16:34:17 -05:00
parent ac02bbc094
commit 6732640068
1 changed files with 1 additions and 5 deletions

View File

@ -43,11 +43,7 @@ func main() {
me.forge = forgepb.Init()
me.machine = new(zoopb.Machine)
if err := me.machine.ConfigLoad(); err != nil {
log.Info("zoopb.ConfigLoad() failed", err)
}
me.machine.InitWit()
me.machine, _ = zoopb.InitMachine()
if argv.Clone != nil {
if argv.RepoMap != "" {