Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched method name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent 98dcf98 commit 417494d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/command/serf_event_handler.rb
Expand Up @@ -189,7 +189,7 @@ def add_replicas
end
end

def remove_replica
def remove_replicas
dataset = @payload["dataset"]
return unless dataset

Expand Down

0 comments on commit 417494d

Please sign in to comment.