Fix the git-check-perms cron jobs

This commit is contained in:
Pierre-Yves Chibon 2017-09-11 11:51:47 +02:00
parent 254fcc0f13
commit a1fd28c04c
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@
name="check-update-hooks" cron_file="ansible-check-update-hooks"
minute=0 hour=0 weekday=3
user=nobody
job="MAILTO=root PATH=/usr/bin:/usr/local/bin git check-perms --check=update-hook /srv/git/repositories}}"
job="MAILTO=root PATH=/usr/bin:/usr/local/bin/git-check-perms --check=update-hook /srv/git/repositories"
tags:
- distgit

View file

@ -9,4 +9,4 @@
hour=0
weekday=3
user=nobody
job="MAILTO=root PATH=/usr/bin:/usr/local/bin git check-perms /git --check=fedmsg-hook"
job="MAILTO=root PATH=/usr/bin:/usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook"