From 583e3479995818fcf254c3a9a5d9a85d07a11273 Mon Sep 17 00:00:00 2001 From: Aaron Paterson <81300255+Jaff-ro@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:46:33 +0000 Subject: [PATCH] changed indent to be 8 instead of 4 after 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 21b6596..86456c2 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -178,5 +178,5 @@ consistency: hooks: {% for hook in borgmatic_hooks %} {{ hook }}: -{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(4, first=true) }} +{{ borgmatic_hooks[hook] | to_nice_yaml(indent=4) | indent(8, first=true) }} {% endfor %}