Skip to content

Commit

Permalink
whoops reversed the stats
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Aug 2, 2012
1 parent 8a4a9fc commit aae8626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lolcommits/plugins/statsd.rb
Expand Up @@ -16,9 +16,9 @@ def initialize(runner)
def run
$statsd = Statsd.new('23.20.178.143')
if Configuration.is_fakecapture?
$statsd.increment 'app.lolcommits.captures'
else
$statsd.increment 'app.lolcommits.fakecaptures'
else
$statsd.increment 'app.lolcommits.captures'
end
end
end
Expand Down

0 comments on commit aae8626

Please sign in to comment.