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
@@ -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`