aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/hook_extract.pl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/subversion/templates/hook_extract.pl')
-rw-r--r--modules/subversion/templates/hook_extract.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/subversion/templates/hook_extract.pl b/modules/subversion/templates/hook_extract.pl
index 7f4f0a29..bf1fc545 100644
--- a/modules/subversion/templates/hook_extract.pl
+++ b/modules/subversion/templates/hook_extract.pl
@@ -1,10 +1,9 @@
#!/usr/bin/perl -MSVN::Notify::Config=$0
--- #YAML:1.0
-<% extract_dir.each do |src,dest| %>
-
+<%- extract_dir.each do |src,dest| -%>
'<%= src %>':
PATH: "/usr/bin:/usr/local/bin"
handler: Mirror
svn-binary: /usr/bin/svn
to: <%= dest %>
-<% end %>
+<%- end -%>