Intend hook name

This commit is contained in:
Manu 2024-11-23 14:50:34 +00:00
parent efa8e5ec7f
commit 24e1cb9c52

View File

@ -177,6 +177,6 @@ consistency:
# prevent potential shell injection or privilege escalation.
hooks:
{% for hook in borgmatic_hooks %}
{{ hook }}:
{{ hook }}:
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
{% endfor %}