Skip to content

Commit

Permalink
Fix type (fixes #57)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfens committed Nov 17, 2016
1 parent 6b31d15 commit 35f38a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/prospector.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filebeat:
<%- if @fields.length > 0 -%>
fields:
<%- @fields.sort_by{|k,v| k}.each do |key, value| -%>
<%= key %>: <%= vvalue %>
<%= key %>: <%= value %>
<%- end -%>
<%- end -%>
fields_under_root: <%= @fields_under_root %>
Expand Down

0 comments on commit 35f38a9

Please sign in to comment.