diff options
-rw-r--r-- | job-cfg/webcheck.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index 853732e9..7f3a1585 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -1,7 +1,7 @@ - defaults: name: webcheck - description: 'Run <a href="http://arthurdejong.org/webcheck/">webcheck</a> on {webcheck_url} once a week while ignore these patters: <pre>{webcheck_ignore_patterns</pre>.{do_not_edit}' + description: 'Run <a href="http://arthurdejong.org/webcheck/">webcheck</a> on {webcheck_url} once a week while ignore these patters: <pre>{webcheck_ignore_patterns}</pre>.{do_not_edit}' logrotate: daysToKeep: 90 numToKeep: 50 |