[Groonga-commit] droonga/droonga-engine at b9868d9 [master] Fix mismatched style for slop

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 23:18:01 JST 2015


YUKI Hiroshi	2015-04-21 23:18:01 +0900 (Tue, 21 Apr 2015)

  New Revision: b9868d95162c026bda12181532d285ebffc9ca26
  https://github.com/droonga/droonga-engine/commit/b9868d95162c026bda12181532d285ebffc9ca26

  Message:
    Fix mismatched style for slop

  Modified files:
    bin/droonga-engine-join

  Modified: bin/droonga-engine-join (+2 -2)
===================================================================
--- bin/droonga-engine-join    2015-04-21 22:52:26 +0900 (91fd8ad)
+++ bin/droonga-engine-join    2015-04-21 23:18:01 +0900 (5924e15)
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index