[Groonga-commit] droonga/fluent-plugin-droonga at 86a58b2 [master] Fix mismatched variable name

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Feb 12 14:06:40 JST 2014


YUKI Hiroshi	2014-02-12 14:06:40 +0900 (Wed, 12 Feb 2014)

  New Revision: 86a58b2b33b07fe8963e7eb896b3fa845470e063
  https://github.com/droonga/fluent-plugin-droonga/commit/86a58b2b33b07fe8963e7eb896b3fa845470e063

  Message:
    Fix mismatched variable name

  Modified files:
    lib/droonga/catalog/base.rb

  Modified: lib/droonga/catalog/base.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/base.rb    2014-02-12 14:04:25 +0900 (a303e81)
+++ lib/droonga/catalog/base.rb    2014-02-12 14:06:40 +0900 (fe5bf7f)
@@ -58,7 +58,7 @@ module Droonga
       def initialize(data, path)
         @data = data
         @path = path
-        @base_path = File.dirname(base_path)
+        @base_path = File.dirname(path)
 
         validate_datasets
 
-------------- next part --------------
HTML����������������������������...
Download 



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