From 644cda17f02b7f960d79bfb11db387917a613eaa Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Tue, 5 Jul 2011 15:01:43 +0000 Subject: Fix hook file name --- modules/subversion/templates/hook_commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/subversion/templates') diff --git a/modules/subversion/templates/hook_commit.sh b/modules/subversion/templates/hook_commit.sh index 22f31947..ec7ea1cb 100644 --- a/modules/subversion/templates/hook_commit.sh +++ b/modules/subversion/templates/hook_commit.sh @@ -9,7 +9,7 @@ author=$(svnlook author -t "$TXN" "$REP") # We will be able to remove it when updating to a better send mail hook if [ "$author" = 'schedbot' ]; then - LIST= `ls $0.d/* | grep -v hook_sendmail.pl ` + LIST= `ls $0.d/* | grep -v send_mail` else LIST=`ls $0.d/*` fi -- cgit v1.2.1