diff options
Diffstat (limited to 'bin/process')
| -rwxr-xr-x | bin/process | 2 |
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 |
