Skip to content

Commit

Permalink
Merge pull request #170 from akremer/patch-1
Browse files Browse the repository at this point in the history
Update forward_zones.conf.erb to remove .sort
  • Loading branch information
ju5t authored Apr 5, 2024
2 parents 8557cd2 + 7743668 commit adbd9f7
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 adbd9f7

Please sign in to comment.