diff options
Diffstat (limited to 'modules/subversion/templates/hook_sendmail.pl')
-rw-r--r-- | modules/subversion/templates/hook_sendmail.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/subversion/templates/hook_sendmail.pl b/modules/subversion/templates/hook_sendmail.pl index aab1db5a..286678be 100644 --- a/modules/subversion/templates/hook_sendmail.pl +++ b/modules/subversion/templates/hook_sendmail.pl @@ -7,7 +7,7 @@ alternative: HTML::ColorDiff with-diff: 1 max_diff_length: 20000 - from: root@<%= domain %> + from: root@<%= @domain %> to: <%- commit_mail.each do |mail| -%> - <%= mail %> @@ -19,6 +19,6 @@ alternative: HTML::ColorDiff with-diff: 1 max_diff_length: 20000 - from: root@<%= domain %> + from: root@<%= @domain %> to: <%= i18n_mail %> <%- end -%> |