diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ package main import ( "sync" + "go.wit.com/lib/debian" "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/zoopb" @@ -32,6 +33,6 @@ func initForge() { func initMachine() { if me.machine == nil { - me.machine, _ = zoopb.InitMachine() + me.machine, _ = debian.InitMachine() } } |
