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.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/subversion/templates/hook_extract.pl b/modules/subversion/templates/hook_extract.pl
index 2260b014..bf1fc545 100644
--- a/modules/subversion/templates/hook_extract.pl
+++ b/modules/subversion/templates/hook_extract.pl
@@ -1,9 +1,9 @@
#!/usr/bin/perl -MSVN::Notify::Config=$0
--- #YAML:1.0
<%- extract_dir.each do |src,dest| -%>
-'<%= @src %>':
+'<%= src %>':
PATH: "/usr/bin:/usr/local/bin"
handler: Mirror
svn-binary: /usr/bin/svn
- to: <%= @dest %>
+ to: <%= dest %>
<%- end -%>