Fix whitespace
This commit is contained in:
parent
803ccfa7ae
commit
b5a6c6e6ab
|
@ -50,7 +50,7 @@ module VagrantPlugins
|
||||||
proxy = nil
|
proxy = nil
|
||||||
proxy ||= ENV["HTTPS_PROXY"] || ENV["https_proxy"]
|
proxy ||= ENV["HTTPS_PROXY"] || ENV["https_proxy"]
|
||||||
proxy ||= ENV["HTTP_PROXY"] || ENV["http_proxy"]
|
proxy ||= ENV["HTTP_PROXY"] || ENV["http_proxy"]
|
||||||
RestClient.proxy = proxy
|
RestClient.proxy = proxy
|
||||||
|
|
||||||
response = RestClient::Request.execute(
|
response = RestClient::Request.execute(
|
||||||
method: :post,
|
method: :post,
|
||||||
|
|
Loading…
Reference in New Issue