1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[bluebox] remove :host from excon request

This commit is contained in:
Sam Cooper 2013-11-12 04:12:24 -08:00
parent 1955da2027
commit f6f0042ddc

View file

@ -83,7 +83,7 @@ module Fog
})
begin
response = @connection.request(params.merge!({:host => @host}))
response = @connection.request(params)
rescue Excon::Errors::HTTPStatusError => error
raise case error
when Excon::Errors::NotFound