diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 07:17:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 07:17:28 -0600 |
| commit | 58ad49600aa3edc0d020a4ae4cd6d80a6347a730 (patch) | |
| tree | 5eb32646b56c8beb642369821507b8befa25231c /watchdog.go | |
| parent | 2152a6477fc93581948ef42acea72bb97b7aae49 (diff) | |
Diffstat (limited to 'watchdog.go')
| -rw-r--r-- | watchdog.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchdog.go b/watchdog.go index 40ce2ad..f42e516 100644 --- a/watchdog.go +++ b/watchdog.go @@ -34,7 +34,7 @@ func NewWatchdog() { return case _ = <-me.dog.C: // log.Info("Watchdog() ticked", me.zookeeper, "Current time: ", t) - s := me.forge.Machine.UpdatePackages() + s := me.machine.UpdatePackages() // pingStatus() me.failcount += 1 sendMachine(s) |
