From 401ed9d3af0ce7a0ac599931a0e6bb773851f060 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 5 Aug 2023 17:53:01 +0200 Subject: [PATCH] fix newlines in containe file --- templates/etc/containers/systemd/gitea.container.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/containers/systemd/gitea.container.j2 b/templates/etc/containers/systemd/gitea.container.j2 index 10b9c91..3120aa3 100644 --- a/templates/etc/containers/systemd/gitea.container.j2 +++ b/templates/etc/containers/systemd/gitea.container.j2 @@ -23,7 +23,7 @@ AddCapability={{ gitea_cap_add | join(" ") }} {% if gitea_cap_drop | length > 0 %} DropCapability={{ gitea_cap_drop | join(" ") }} {% endif %} -{% endi %} +{% endif %} Network={{ gitea_network }} {% for item in gitea_exposed_ports %}