From 24e1cb9c5271819996ac01ecab63a4a176a168ff Mon Sep 17 00:00:00 2001 From: Manu Date: Sat, 23 Nov 2024 14:50:34 +0000 Subject: [PATCH] Intend hook name --- templates/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index 9cd692b..21b6596 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -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 %}