Skip to content

Commit

Permalink
Merge pull request #92 from ChukwuEmekaAjah/fix-crontab-spelling
Browse files Browse the repository at this point in the history
fix spelling of chron validation url
  • Loading branch information
jmettraux authored Jan 8, 2024
2 parents 6b14af0 + 1994608 commit 83368da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invalid_crons.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ The easy way out would be to run `#next_time` right after instantiation to deter

Another way would be to have some smart validation. But that's almost like duplicating `#next_time`.

Note that https://crontab.gury does consider `"* * 31 11 *"`. Crond probably never schedules it, silently. (Up to the tools that use fugit then).
Note that https://crontab.guru does consider `"* * 31 11 *"`. Crond probably never schedules it, silently. (Up to the tools that use fugit then).

0 comments on commit 83368da

Please sign in to comment.