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 9b650b2 commit 76c819b
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 @@ -133,7 +133,7 @@ func newWatchdogKennel(
k := &watchdogKennel{
factory: args.Factory,
regs: map[string]watchdogKennelReg{},
config: config.Bag(WatchdogConfigPath, &Bag{}),
config: args.config.Bag(WatchdogConfigPath, &Bag{}),
}
for _, p := range args.Processes {
if e := k.AddProcess(p); e != nil {
Expand Down

0 comments on commit 76c819b

Please sign in to comment.