Merge pull request #519 from rockrockinit/patch-1

Update the "every Sunday midnight" example
This commit is contained in:
Rico Sta. Cruz 2018-07-04 20:34:04 +08:00 committed by GitHub
commit e4b0a5f449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Min Hour Day Mon Weekday
| `0 * * * *` | every hour |
| `*/15 * * * *` | every 15 mins |
| `0 */2 * * *` | every 2 hours |
| `0 0 0 * 0` | every Sunday midnight |
| `0 0 * * 0` | every Sunday midnight |
| --- | --- |
| `@reboot` | every reboot |