Skip to content

Commit

Permalink
fix watchdog kennel creation arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Dias committed Oct 24, 2024
1 parent f4327f3 commit 9b650b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watchdog.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
},
Expand Down

0 comments on commit 9b650b2

Please sign in to comment.