From e878f0bbfd9fdbd6bf11bb43e2e4eb4fe23649d3 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 1 Nov 2016 10:26:20 +0100 Subject: [PATCH] To chain hook looks like we need a trailing \ --- roles/git/hooks/files/post-receive-chained | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/git/hooks/files/post-receive-chained b/roles/git/hooks/files/post-receive-chained index 469fe463cf..4718f5759b 100755 --- a/roles/git/hooks/files/post-receive-chained +++ b/roles/git/hooks/files/post-receive-chained @@ -4,7 +4,7 @@ # You need to explicitly add your hook to the following list # for it to be invoked. pee \ - $GIT_DIR/hooks/post-receive-chained.d/post-receive-fedmsg + $GIT_DIR/hooks/post-receive-chained.d/post-receive-fedmsg \ $GIT_DIR/hooks/post-receive-chained.d/post-receive-alternativearch # We used to send emails directly from the git hook here, but now we send to