Skip to content

Commit 8a76112

Browse files
authored
Merge pull request #131 from cloud-gov/newlines
newlines for jvm options
2 parents c0a8940 + d2fbff7 commit 8a76112

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jobs/elasticsearch/templates/config/jvm.options.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@
4646
-Dlog4j2.disable.jmx=true
4747
-Dlog4j.skipJansi=true
4848

49-
<% p('elasticsearch.jvm_options').each do |opt| %><%= opt %><% end %>
49+
<% p('elasticsearch.jvm_options').each do |opt| %>
50+
<%= opt %>
51+
<% end %>

0 commit comments

Comments
 (0)