Skip to content

Commit

Permalink
fix(janitor): stop once janitored without a ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Jan 17, 2025
1 parent 149fd09 commit 2707f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/chall-manager-janitor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func run(c *cli.Context) error {
if err := janitor(ctx, cli); err != nil {
return err
}
stop()
}

// Listen for the interrupt signal
Expand Down

0 comments on commit 2707f25

Please sign in to comment.