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

Merge pull request #2309 from jtopper/master

Removed errant :host argument
This commit is contained in:
Wesley Beary 2013-10-22 12:28:14 -07:00
commit 550902b3eb

View file

@ -189,7 +189,6 @@ module Fog
:expects => 200,
:headers => { 'Content-Type' => 'application/x-www-form-urlencoded' },
:idempotent => idempotent,
:host => @host,
:method => 'POST',
:parser => parser
})