Skip to content

Commit

Permalink
fix merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Oct 7, 2015
1 parent 56ea001 commit 561d9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/launcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def heartbeat(k, data, json)
(k, json)
end

def (k, json)
def (key, json)
begin
fails = 0
Processor::FAILURE.update {|curr| fails = curr; 0 }
Expand Down

0 comments on commit 561d9d4

Please sign in to comment.