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

[aws|autoscaling] don't pass host to request

closes #2265
This commit is contained in:
geemus 2013-10-15 10:12:14 -05:00
parent 72da313972
commit 4db49e5611

View file

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