From 58d65f91e46aa2174985f4728da69e5efcd9c4ce Mon Sep 17 00:00:00 2001
From: Imran Iqbal <iqbalmy@hotmail.com>
Date: Sat, 25 Apr 2020 10:24:43 +0100
Subject: [PATCH] fix(server.xml): replace tabs with spaces
---
tomcat/files/server.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tomcat/files/server.xml b/tomcat/files/server.xml
index 0dbd051..9d06334 100644
--- a/tomcat/files/server.xml
+++ b/tomcat/files/server.xml
@@ -159,12 +159,12 @@
{% endif %}
{%- if site.valves is defined %}
- {%- for valve in site.valves %}
+ {%- for valve in site.valves %}
<Valve
{%- for k, v in valve.items() %}
{{ k }}="{{ v }}"
{%- endfor %} />
- {%- endfor %}
+ {%- endfor %}
{% endif %}
</Host>
{% endfor %}
--
GitLab