diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-07-05 15:01:43 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-07-05 15:01:43 +0000 |
commit | 644cda17f02b7f960d79bfb11db387917a613eaa (patch) | |
tree | 4afc18a5ee3d0d1452f8752d27b84f30b3d8275d /modules/subversion/templates | |
parent | a61f5f60bde2bcd8c2a107c8abd5f7f206d58310 (diff) | |
download | puppet-644cda17f02b7f960d79bfb11db387917a613eaa.tar puppet-644cda17f02b7f960d79bfb11db387917a613eaa.tar.gz puppet-644cda17f02b7f960d79bfb11db387917a613eaa.tar.bz2 puppet-644cda17f02b7f960d79bfb11db387917a613eaa.tar.xz puppet-644cda17f02b7f960d79bfb11db387917a613eaa.zip |
Fix hook file name
Diffstat (limited to 'modules/subversion/templates')
-rw-r--r-- | modules/subversion/templates/hook_commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |