allow default section

This commit is contained in:
Antonio J. Delgado 2023-02-10 20:14:20 +02:00
parent 14bacb0025
commit 9ce6515fa1

View file

@ -1,6 +1,8 @@
<% @configuration.each_pair do |section, options| -%>
<% if section != 'DEFAULT' %>
[<%= section %>]
<% end -%>
<% options.each_pair do |option, value| -%>
<%= option %> = <%= value %>
<% end -%>