From 2289cbc9aa2149e7c301be25ac976fb186f6a1e4 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 5 Jul 2022 16:39:12 +0200 Subject: [PATCH] Fix a typo. --- templates/catalina.properties.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/catalina.properties.j2 b/templates/catalina.properties.j2 index a5c3da6..82ea145 100644 --- a/templates/catalina.properties.j2 +++ b/templates/catalina.properties.j2 @@ -77,6 +77,7 @@ shared.loader={{ item.0.catalina_shared_loader_path }} {% else %} shared.loader={{ tomcat_m_catalina_shared_loader_path }} {% endif %} +{% endif %} # List of JAR files that should not be scanned for configuration information # such as web fragments, TLD files etc. It must be a comma separated list of