From ead9beb7732afc609be630e3e4aaed388ce4cad2 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 3 May 2022 14:00:53 +0200 Subject: [PATCH] Fix crontab file syntax regarding leading spaces --- templates/crontabs/template.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/crontabs/template.twig b/templates/crontabs/template.twig index 2f08daa..f68fe18 100644 --- a/templates/crontabs/template.twig +++ b/templates/crontabs/template.twig @@ -1,3 +1,3 @@ {% for line in loopoptions|default([]) %} - {{ line|raw }} +{{ line|raw }} {% endfor %} -- GitLab