Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 16, 2018
1 parent 82311bd commit 1264e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/client.rb
Expand Up @@ -222,7 +222,7 @@ def build_url(options)
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
Expand Down

0 comments on commit 1264e13

Please sign in to comment.