Skip to content

Commit

Permalink
align with crowdsec, use csdaemon.Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
j3n57h0m45 committed Jun 14, 2024
1 parent db0c596 commit 3c01680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func Execute() error {
return nil
})

csdaemon.Notify("READY=1", log.StandardLogger())
csdaemon.Notify(csdaemon.Ready, log.StandardLogger())

g.Go(func() error {
return HandleSignals(ctx)
Expand Down

0 comments on commit 3c01680

Please sign in to comment.