Skip to content

Commit 64b2785

Browse files
committed
skip sort, fixes voxpupuli#1053
1 parent 725afd6 commit 64b2785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/etc/elasticsearch/jvm.options.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ defaults.each {|k,v| set_default(@jvm_options, k, v)}
3737

3838
-%>
3939

40-
<% @jvm_options.sort.each do |line| -%>
40+
<% @jvm_options.each do |line| -%>
4141
<%= line %>
4242
<% end -%>

0 commit comments

Comments
 (0)