Skip to content

Commit

Permalink
Double quote the csv plugin DataDir.
Browse files Browse the repository at this point in the history
  • Loading branch information
quiffman committed Nov 24, 2014
1 parent bff587b commit e58fb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/plugin/csv.conf.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Plugin csv>
DataDir <%= @datadir %>
DataDir "<%= @datadir %>"
StoreRates <%= @storerates %>
</Plugin>

0 comments on commit e58fb05

Please sign in to comment.