summaryrefslogtreecommitdiffstats
path: root/modules/borgmatic
diff options
context:
space:
mode:
Diffstat (limited to 'modules/borgmatic')
-rw-r--r--modules/borgmatic/templates/config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/borgmatic/templates/config.yaml b/modules/borgmatic/templates/config.yaml
index bb4d1da..63fb9bc 100644
--- a/modules/borgmatic/templates/config.yaml
+++ b/modules/borgmatic/templates/config.yaml
@@ -4,7 +4,7 @@ location:
- /etc
- /usr/local/bin
<%- @extra_paths.each do |path| -%>
- - <%= @path %>
+ - <%= path %>
<%- end -%>
repositories:
- borg@<%= @borgmatic_host %>:<%= @current_hostname %>