diff --git a/roles/git/hooks/files/post-receive-chained-forks b/roles/git/hooks/files/post-receive-chained-forks index 6f0fd88deb..8d25e11a81 100755 --- a/roles/git/hooks/files/post-receive-chained-forks +++ b/roles/git/hooks/files/post-receive-chained-forks @@ -4,8 +4,7 @@ # You need to explicitly add your hook to the following list # for it to be invoked. pee \ - /usr/lib/python2.7/site-packages/pagure/hooks/files/default_hook.py \ - /usr/lib/python2.7/site-packages/pagure/hooks/files/pagure_hook.py \ + /usr/lib/python3.6/site-packages/pagure/hooks/files/post-receive \ "/usr/bin/grok-manifest -m /srv/git/grokmirror/manifest.js.gz -t /srv/git/repositories/ -n `pwd`" # We used to send emails directly from the git hook here, but now we send to