[Groonga-commit] ranguba/groonga-client at bb7545f [master] Add missing parenthesis

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 6 22:50:18 JST 2016


Kouhei Sutou	2016-02-06 22:50:18 +0900 (Sat, 06 Feb 2016)

  New Revision: bb7545f7b2017f5137a8d0f66e1adf9fa5145fcf
  https://github.com/ranguba/groonga-client/commit/bb7545f7b2017f5137a8d0f66e1adf9fa5145fcf

  Message:
    Add missing parenthesis

  Modified files:
    lib/groonga/client/protocol/http/synchronous.rb

  Modified: lib/groonga/client/protocol/http/synchronous.rb (+1 -1)
===================================================================
--- lib/groonga/client/protocol/http/synchronous.rb    2016-02-06 22:49:17 +0900 (3ce6a8f)
+++ lib/groonga/client/protocol/http/synchronous.rb    2016-02-06 22:50:18 +0900 (efa2b23)
@@ -113,7 +113,7 @@ module Groonga
               request = Net::HTTP::Get.new(path, headers)
             end
             if do_authenticate?
-              request.basic_auth @options[:user], @options[:password]
+              request.basic_auth(@options[:user], @options[:password])
             end
             http.request(request)
           end
-------------- next part --------------
HTML����������������������������...
Download 



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