Skip to content

Commit

Permalink
Indent hook name (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu authored Dec 9, 2024
1 parent efa8e5e commit ed8fe0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ platforms:
image: archlinux:latest
- name: almalinux-9
image: almalinux:9
- name: fedora-latest
image: fedora:latest
# - name: fedora-latest
# image: fedora:latest
- name: debian-bookworm
image: debian:bookworm
- name: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion 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 }}:
{{ hook }}:
{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }}
{% endfor %}

0 comments on commit ed8fe0d

Please sign in to comment.