Skip to content

Commit

Permalink
[mod] #62 翻訳 CI修正3
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaboro87 committed Dec 19, 2017
1 parent 5ef4a2b commit 982f6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xp_fiat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def call_blue_mix_translate(uri, body)
use_ssl: uri.scheme == "https"
}

Net::HTTP.start(uri.hostname, uri.port, req_options) do |http|
Net::HTTP.start(uri.hostname, uri.port, req_options) do |http|
http.request(request)
end
end
Expand Down

0 comments on commit 982f6e0

Please sign in to comment.