[Groonga-commit] droonga/droonga-engine at 9df9eff [master] Fix cache variable name

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 21 15:11:29 JST 2014


Kouhei Sutou	2014-05-21 15:11:29 +0900 (Wed, 21 May 2014)

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

  Message:
    Fix cache variable name

  Modified files:
    lib/droonga/base_path.rb

  Modified: lib/droonga/base_path.rb (+1 -1)
===================================================================
--- lib/droonga/base_path.rb    2014-05-21 14:28:39 +0900 (53efee9)
+++ lib/droonga/base_path.rb    2014-05-21 15:11:29 +0900 (a2ee959)
@@ -20,7 +20,7 @@ module Droonga
 
   class << self
     def base_path
-      @base_dir ||= Pathname.new(ENV[BASE_DIR_ENV_NAME] || Dir.pwd)
+      @base_path ||= Pathname.new(ENV[BASE_DIR_ENV_NAME] || Dir.pwd)
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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