Skip to content

Commit

Permalink
Fix cron expression
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Sep 7, 2023
1 parent b50f8aa commit a83105c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.arc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ support

@scheduled
ads
cron 0 8 * * MON *
cron 0 8 ? * MON *
src build/scheduled/ads
circulars
rate 1 day
Expand Down

0 comments on commit a83105c

Please sign in to comment.