From 9b650b230572b0ec5ef38fb51af6bc700e79aeda Mon Sep 17 00:00:00 2001 From: Carlos Dias Date: Thu, 24 Oct 2024 10:19:22 +0100 Subject: [PATCH] fix watchdog kennel creation arguments --- watchdog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchdog.go b/watchdog.go index 94acb32..060d1a9 100644 --- a/watchdog.go +++ b/watchdog.go @@ -123,9 +123,9 @@ type WatchdogKennel interface { var _ WatchdogKennel = &watchdogKennel{} func newWatchdogKennel( - config Config, args struct { dig.In + config Config Factory *watchdogFactory Processes []WatchdogProcess `group:"flam.watchdog.process"` },