Skip to content

Commit

Permalink
write_http: StoreRates is a bool, not a string
Browse files Browse the repository at this point in the history
  • Loading branch information
radford committed Nov 12, 2014
1 parent 68b7b13 commit b1d0f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/plugin/write_http.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Format "<%= values['format'] %>"
<% end -%>
<% if values['storerates'] -%>
StoreRates "<%= values['storerates'] %>"
StoreRates <%= values['storerates'] %>
<% end -%>
</URL>
<% end -%>
Expand Down

0 comments on commit b1d0f1c

Please sign in to comment.