diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 07:17:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 07:17:28 -0600 |
| commit | 58ad49600aa3edc0d020a4ae4cd6d80a6347a730 (patch) | |
| tree | 5eb32646b56c8beb642369821507b8befa25231c /main.go | |
| parent | 2152a6477fc93581948ef42acea72bb97b7aae49 (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/lib/protobuf/forgepb" + "go.wit.com/lib/protobuf/zoopb" "go.wit.com/log" ) @@ -46,7 +47,7 @@ func main() { // me.machine.ConfigLoad() me.forge = forgepb.InitPB() - me.forge.InitMachine() + me.machine = zoopb.InitMachine() go NewWatchdog() |
