Skip to content

Commit 781f122

Browse files
authored
Fix hook indention. By @Jaffr0 (#168)
Co-authored-by: Aaron Paterson <[email protected]>
1 parent ed8fe0d commit 781f122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/config.yaml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,5 @@ consistency:
178178
hooks:
179179
{% for hook in borgmatic_hooks %}
180180
{{ hook }}:
181-
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
181+
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(8, first=true) }}
182182
{% endfor %}

0 commit comments

Comments
 (0)