Indent hook name (#159)

This commit is contained in:
Manu 2024-12-09 15:32:39 +00:00 committed by GitHub
parent efa8e5ec7f
commit ed8fe0d345
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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

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 %}