Skip to content

Commit

Permalink
fix borgmatic_hooks intent
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Oct 25, 2024
1 parent 2f4966f commit 50c220e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ consistency:
# prevent potential shell injection or privilege escalation.
hooks:
{% for hook in borgmatic_hooks %}
{{ hook }}:
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=2) | trim | indent(8) }}
{{ hook }}:
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
{% endfor %}

0 comments on commit 50c220e

Please sign in to comment.