Merge pull request #30168 from arosequist/patch-1

Add missing space before parenthesis
This commit is contained in:
Kubernetes Prow Robot 2021-11-02 05:18:59 -07:00 committed by GitHub
commit 007f515d17
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`