]> source.dussan.org Git - gitea.git/commitdiff
Fix cron.repo_health_check schedule example in config cheat sheet (#10324)
authorMike Gerber <neingeist@bl0rg.net>
Tue, 18 Feb 2020 03:14:11 +0000 (04:14 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2020 03:14:11 +0000 (22:14 -0500)
Fixes #10274.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
docs/content/doc/advanced/config-cheat-sheet.en-us.md

index 5ce8f8a758b6fbc00d347547d8c9af8d04db62b1..b21a25faa0810153a36206910dff4f5f7e9d810e 100644 (file)
@@ -518,7 +518,7 @@ NB: You must `REDIRECT_MACARON_LOG` and have `DISABLE_ROUTER_LOG` set to `false`
 
 ### Cron - Repository Health Check (`cron.repo_health_check`)
 
-- `SCHEDULE`: **every 24h**: Cron syntax for scheduling repository health check.
+- `SCHEDULE`: **@every 24h**: Cron syntax for scheduling repository health check.
 - `TIMEOUT`: **60s**: Time duration syntax for health check execution timeout.
 - `ARGS`: **\<empty\>**: Arguments for command `git fsck`, e.g. `--unreachable --tags`. See more on http://git-scm.com/docs/git-fsck