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