Skip to content

Commit 215f8f8

Browse files
author
Clayton O'Neill
committed
Fix missing tab in main config block
It appears this was accidently changed from a hard tab to two spaces in commit 3b2d455. Without this directories specified directly as part of the rsnapshot::client config don't work properly.
1 parent de774d2 commit 215f8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/config.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ exclude <%= value %>
101101
###############################
102102

103103
<% @directories.each do |source_dir| -%>
104-
backup <%= @client_user %>@<%= @name %>:<%= source_dir.gsub(/\/$/, '') %>/<%= "\t" %><%= "\t\t." %>
104+
backup <%= @client_user %>@<%= @name %>:<%= source_dir.gsub(/\/$/, '') %>/<%= "\t" %><%= "\t\t." %>
105105
<% end -%>

0 commit comments

Comments
 (0)