summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 27da99f..3ef197d 100644
--- a/structs.go
+++ b/structs.go
@@ -33,6 +33,6 @@ func initForge() {
func initMachine() {
if me.machine == nil {
- me.machine, _ = debian.InitMachine()
+ me.machine = debian.InitMachine()
}
}