Compare commits

..

No commits in common. "master" and "v0.0.99" have entirely different histories.

1 changed files with 5 additions and 1 deletions

View File

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