diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-09 16:42:48 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-09 16:42:48 +0000 |
commit | 96552fa9c51df3592591aed7566cc8b8487203f2 (patch) | |
tree | 13825ceafd1633f2e5035df3f9d1ec303d98809f | |
parent | ca92e8962af18dc6f6d5025e891d75afdb99ad38 (diff) | |
download | puppet-96552fa9c51df3592591aed7566cc8b8487203f2.tar puppet-96552fa9c51df3592591aed7566cc8b8487203f2.tar.gz puppet-96552fa9c51df3592591aed7566cc8b8487203f2.tar.bz2 puppet-96552fa9c51df3592591aed7566cc8b8487203f2.tar.xz puppet-96552fa9c51df3592591aed7566cc8b8487203f2.zip |
- move it up, fix from parameter not being properly set on commit
-rw-r--r-- | modules/subversion/templates/hook_sendmail.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/templates/hook_sendmail.pl b/modules/subversion/templates/hook_sendmail.pl index 1fdc381f..04298c04 100644 --- a/modules/subversion/templates/hook_sendmail.pl +++ b/modules/subversion/templates/hook_sendmail.pl @@ -6,8 +6,8 @@ handler: Alternative alternative: HTML::ColorDiff with-diff: 1 + from: root@<%= domain %> to: <%- commit_mail.each do |mail| -%> - <%= mail %> <%- end -%> - from: root@<%= domain %> |