Skip to content

Commit

Permalink
skip sort, fixes voxpupuli#1053
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLohner committed Sep 12, 2019
1 parent 725afd6 commit 64b2785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/elasticsearch/jvm.options.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ defaults.each {|k,v| set_default(@jvm_options, k, v)}

-%>

<% @jvm_options.sort.each do |line| -%>
<% @jvm_options.each do |line| -%>
<%= line %>
<% end -%>

0 comments on commit 64b2785

Please sign in to comment.