diff options
-rw-r--r-- | templates/rdiff.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rdiff.conf.erb b/templates/rdiff.conf.erb index 5e319a2..7fbfe73 100644 --- a/templates/rdiff.conf.erb +++ b/templates/rdiff.conf.erb @@ -30,6 +30,6 @@ type = local [dest] <% %w{type host directory user sshoptions}.each do |v| if has_variable?(v) - -%><%= v + ' = ' + get_instance_var("@#{v}") + "\n" %><% + -%><%= v + ' = ' + instance_variable_get("@#{v}") + "\n" %><% end end -%> |