Skip to content

Commit a67630d

Browse files
neingeistlunny
andauthored
Fix cron.repo_health_check schedule example in config cheat sheet (#10324)
Fixes #10274. Co-authored-by: Lunny Xiao <[email protected]>
1 parent ce0413f commit a67630d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ NB: You must `REDIRECT_MACARON_LOG` and have `DISABLE_ROUTER_LOG` set to `false`
518518

519519
### Cron - Repository Health Check (`cron.repo_health_check`)
520520

521-
- `SCHEDULE`: **every 24h**: Cron syntax for scheduling repository health check.
521+
- `SCHEDULE`: **@every 24h**: Cron syntax for scheduling repository health check.
522522
- `TIMEOUT`: **60s**: Time duration syntax for health check execution timeout.
523523
- `ARGS`: **\<empty\>**: Arguments for command `git fsck`, e.g. `--unreachable --tags`. See more on http://git-scm.com/docs/git-fsck
524524

0 commit comments

Comments
 (0)