diff options
Diffstat (limited to 'git/share/hooks/post-update.d/irker-notification')
-rwxr-xr-x | git/share/hooks/post-update.d/irker-notification | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/share/hooks/post-update.d/irker-notification b/git/share/hooks/post-update.d/irker-notification index aae89e6..7c712db 100755 --- a/git/share/hooks/post-update.d/irker-notification +++ b/git/share/hooks/post-update.d/irker-notification @@ -30,5 +30,5 @@ echo "sending IRC notification" while read -r OLD NEW REFNAME do - irkerhook --refname=${REFNAME} $(git rev-list --reverse ${OLD}..${NEW}) + irkerhook --refname="${REFNAME}" "$(git rev-list --reverse "${OLD}".."${NEW}")" done |