fix options
This commit is contained in:
parent
dba9920824
commit
18becbb727
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<% @configuration.each_pair do |section, options| -%>
|
<% @configuration.each_pair do |section, options| -%>
|
||||||
|
|
||||||
[<%= section %>]
|
[<%= section %>]
|
||||||
<% @options.each_pair do |option, value| -%>
|
<% options.each_pair do |option, value| -%>
|
||||||
<%= option %> = <%= value %>
|
<%= option %> = <%= value %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue