Fix hook indention. By @Jaffr0 (#168)

Co-authored-by: Aaron Paterson <81300255+Jaff-ro@users.noreply.github.com>
This commit is contained in:
Aaron 2024-12-16 21:47:45 +00:00 committed by GitHub
parent ed8fe0d345
commit 781f1226e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,5 +178,5 @@ consistency:
hooks: hooks:
{% for hook in borgmatic_hooks %} {% for hook in borgmatic_hooks %}
{{ hook }}: {{ hook }}:
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }} {{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(8, first=true) }}
{% endfor %} {% endfor %}