diff options
| author | Jeff Carr <[email protected]> | 2024-12-29 23:21:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-30 01:35:32 -0600 |
| commit | cea50e3541391a995752fefe6574ea999f3b5134 (patch) | |
| tree | ad11f79bfc10bd2f421df84a95b4e606343cf996 /main.go | |
| parent | 1abcc862fe85f5a49cff41a3bd0ed891908dfca4 (diff) | |
do targets some other wayv0.0.15
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
