summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1f4b2a6..2b81159 100644
--- a/main.go
+++ b/main.go
@@ -52,7 +52,7 @@ func main() {
log.Warn("load config failed", err)
os.Exit(-1)
}
- me.targets = make(map[string]string) // keep track of what versions the machines should be running
+ // me.targets = make(map[string]string) // keep track of what versions the machines should be running
me.upgrade = make(map[string]bool) // used to trigger upgrade attempts
go NewWatchdog()