Kouhei Sutou
null+****@clear*****
Fri Feb 16 17:20:49 JST 2018
Kouhei Sutou 2018-02-16 17:20:49 +0900 (Fri, 16 Feb 2018) New Revision: 1264e1342b2e34d98c14bfa1d326c99555a70ea9 https://github.com/ranguba/groonga-client/commit/1264e1342b2e34d98c14bfa1d326c99555a70ea9 Message: Fix a typo Modified files: lib/groonga/client.rb Modified: lib/groonga/client.rb (+1 -1) =================================================================== --- lib/groonga/client.rb 2018-02-16 17:13:42 +0900 (5d50c12) +++ lib/groonga/client.rb 2018-02-16 17:20:49 +0900 (9b48b10) @@ -222,7 +222,7 @@ module Groonga scheme = (options.delete(:protocol) || "gqtp").to_s host = options.delete(:host) || options.delete(:address) || "127.0.0.1" port = options.delete(:port) || default_port(scheme) - path = options.delete(:path) || default_path(schema) + path = options.delete(:path) || default_path(scheme) user = options.delete(:user) password = options.delete(:password) if user and password -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180216/1a8492ad/attachment.htm