Skip to content

Commit

Permalink
Update forward_zones.conf.erb to remove .sort
Browse files Browse the repository at this point in the history
Resolves #168
  • Loading branch information
akremer authored Apr 5, 2024
1 parent 8557cd2 commit 7743668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/forward_zones.conf.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% @forward_zones.sort.each do |key, value| -%>
<% @forward_zones.each do |key, value| -%>
<%= key %>=<%= value %>
<% end -%>

0 comments on commit 7743668

Please sign in to comment.