aboutsummaryrefslogtreecommitdiff
path: root/templates/rsync.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rsync.conf.erb')
-rw-r--r--templates/rsync.conf.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/rsync.conf.erb b/templates/rsync.conf.erb
index 778676f..0a7173c 100644
--- a/templates/rsync.conf.erb
+++ b/templates/rsync.conf.erb
@@ -12,8 +12,8 @@
end -%>
[source]
-<% unless from.empty? and from.to_s != "false" -%>
-from = <%= from %>
+<% unless @from.empty? and @from.to_s != "false" -%>
+from = <%= f@rom %>
<% end -%>
<%- %w{include exclude}.each do |v|
if has_variable?(v)