aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-09 12:05:50 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-09 12:05:50 +0100
commitda5a30813185926c381f33073c58d32ef0167539 (patch)
tree598aca25a03673547444518089780034e929634f /bin
parent4a6119c1a9ea22825c0952b730118268cf33f0ad (diff)
downloaddns-da5a30813185926c381f33073c58d32ef0167539.tar.gz
dns-da5a30813185926c381f33073c58d32ef0167539.tar.bz2
support managing knot.conf
Diffstat (limited to 'bin')
-rwxr-xr-xbin/process2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/process b/bin/process
index 4effb17..91456b4 100755
--- a/bin/process
+++ b/bin/process
@@ -88,7 +88,7 @@ template_vars.each do |var, value|
end
# Process with ERB
-erb = ERB.new(template)
+erb = ERB.new(template, trim_mode: '-')
result = erb.result(binding_context)
# Write output