Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
influxdb: appease the mighty Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Mar 22, 2016
1 parent 9875f0e commit f11bb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/influxdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def plist; <<-EOS.undent
s.gsub! %r{/.*/.influxdb/meta}, "#{testpath}/influxdb/meta"
s.gsub! %r{/.*/.influxdb/wal}, "#{testpath}/influxdb/wal"
end
if !build.head?
unless build.head?
inreplace testpath/"config.toml", %r{/.*/.influxdb/hh}, "#{testpath}/influxdb/hh"
end

Expand Down

0 comments on commit f11bb1f

Please sign in to comment.