Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
countinual args swapped to match carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs committed Aug 15, 2012
1 parent 36dd4f5 commit 9b05142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger/countinual.rb
Expand Up @@ -27,8 +27,8 @@ def log_pullup!(time)
line = [
@parent.config["countinual-key"],
@parent.config["countinual-counter"],
time.to_i,
"+1",
time.to_i,
].join(" ") + "\n"

begin
Expand Down

0 comments on commit 9b05142

Please sign in to comment.