We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8fe0d commit 781f122Copy full SHA for 781f122
templates/config.yaml.j2
@@ -178,5 +178,5 @@ consistency:
178
hooks:
179
{% for hook in borgmatic_hooks %}
180
{{ hook }}:
181
-{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
+{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(8, first=true) }}
182
{% endfor %}
0 commit comments