summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index cf60165..e347bac 100644
--- a/doGui.go
+++ b/doGui.go
@@ -77,5 +77,6 @@ func saveMachineState() {
log.Info("have machine:", m.Hostname)
cur.Append(m)
}
- cur.ConfigSave(me.machinesfile)
+ cur.Filename = me.machines.Filename
+ cur.Save()
}