Skip to content

Commit

Permalink
Fix a bug in the template found by the new spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oranenj committed Apr 2, 2017
1 parent e8af33f commit c49c9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/plugin/amqp.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
User "<%= @amqpuser %>"
Password "<%= @amqppass %>"
Format "<%= @amqpformat %>"
<% if @amqpstorerates and @amqformat == 'JSON' -%>
<% if @amqpstorerates and @amqpformat == 'JSON' -%>
StoreRates true
<% else -%>
StoreRates false
Expand Down

0 comments on commit c49c9ad

Please sign in to comment.