[Groonga-commit] droonga/droonga-engine at 23166f4 [master] Override base directory correctly.

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Sep 24 17:09:07 JST 2014


YUKI Hiroshi	2014-09-24 17:09:07 +0900 (Wed, 24 Sep 2014)

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

  Message:
    Override base directory correctly.

  Modified files:
    lib/droonga/service_installation.rb

  Modified: lib/droonga/service_installation.rb (+1 -1)
===================================================================
--- lib/droonga/service_installation.rb    2014-09-23 20:35:21 +0900 (537c579)
+++ lib/droonga/service_installation.rb    2014-09-24 17:09:07 +0900 (4a33dc0)
@@ -39,7 +39,7 @@ module Droonga
 
     def ensure_using_service_base_directory
       if user_exist?
-        Path.base = base_directory
+        Path.base = base_directory.to_s
       end
     end
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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