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

Removed errant :host argument

This commit is contained in:
Jon Topper 2013-10-22 18:38:17 +01:00
parent 17a3b98c60
commit a20d37b452

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
})