Skip to content

Commit

Permalink
Enable osquery watchdog for beta channel (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Oct 31, 2023
1 parent 3380fa0 commit 0021d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/launcher/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func commonRunnerOptions(logger log.Logger, k types.Knapsack) []runtime.OsqueryI
)

// Only enable watchdog internally for now
enableWatchdog := k.UpdateChannel() == "nightly"
enableWatchdog := k.UpdateChannel() == "nightly" || k.UpdateChannel() == "beta"

return []runtime.OsqueryInstanceOption{
runtime.WithKnapsack(k),
Expand Down

0 comments on commit 0021d1a

Please sign in to comment.