Add missing space before parenthesis

This commit is contained in:
Anthony Rosequist 2021-10-20 15:24:22 -05:00 committed by GitHub
parent 4eaafa14e3
commit ebe5a92cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ takes you through this example in more detail).
For example, the line below states that the task must be started every Friday at midnight, as well as on the 13th of each month at midnight(in UTC):
For example, the line below states that the task must be started every Friday at midnight, as well as on the 13th of each month at midnight (in UTC):
`CRON_TZ=UTC 0 0 13 * 5`