Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched style for slop
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent 3ddfcb6 commit b9868d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/droonga-engine-join
Expand Up @@ -161,12 +161,12 @@ module Droonga

def source_node_serf
@source_node_serf ||= Serf.new(source_node.to_s,
:verbose => @options.verbose)
:verbose => @options[:verbose])
end

def joining_node_serf
@joining_node_serf ||= Serf.new(joining_node.to_s,
:verbose => @options.verbose)
:verbose => @options[:verbose])
end

def source_cluster_id
Expand Down

0 comments on commit b9868d9

Please sign in to comment.