no spaces in cron hours or it is invalid
This commit is contained in:
parent
61fc61dcd8
commit
5f4147e6b6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
name=git-check-perms
|
||||
cron_file=ansible-git-check-perms
|
||||
minute=10
|
||||
hour="0, 12"
|
||||
hour="0,12"
|
||||
user=pagure
|
||||
job="/usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook -f"
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue