From 781f1226e772462bf024d414a14fe56d66c9f429 Mon Sep 17 00:00:00 2001 From: Aaron <81300255+Jaffr0@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:47:45 +0000 Subject: [PATCH] Fix hook indention. By @Jaffr0 (#168) Co-authored-by: Aaron Paterson <81300255+Jaff-ro@users.noreply.github.com> --- 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 %}