Skip to content

Commit 4495729

Browse files
authored
Merge branch 'main' into add-latest-ruby-to-ci
2 parents d04973e + b4415da commit 4495729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_http_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def build_args(args)
184184
# - The final url string
185185
#
186186
def build_url(query_params: nil)
187-
url = [add_version(''), *@url_path].join('/')
187+
url = [add_version(+''), *@url_path].join('/')
188188
url = build_query_params(url, query_params) if query_params
189189
URI.parse("#{@host}#{url}")
190190
end

0 commit comments

Comments
 (0)