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:
parent
1955da2027
commit
f6f0042ddc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue