diff options
| author | Jeff Carr <[email protected]> | 2024-12-29 23:21:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-29 23:21:21 -0600 |
| commit | d62931e46a9d38967ae28140471b773fa6ffc77d (patch) | |
| tree | 7ece308962fb9da7bd32252e713c6d6881673dd0 /main.go | |
| parent | 5d9eb5add6183320f42147cb5109e78fed63c348 (diff) | |
do targets some other way
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() |
