summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 07:17:28 -0600
committerJeff Carr <[email protected]>2025-02-22 07:17:28 -0600
commit58ad49600aa3edc0d020a4ae4cd6d80a6347a730 (patch)
tree5eb32646b56c8beb642369821507b8befa25231c /watchdog.go
parent2152a6477fc93581948ef42acea72bb97b7aae49 (diff)
fixes base on new package librariesv0.0.51v0.0.50v0.0.49v0.0.48v0.0.47v0.0.46
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go2
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)