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

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

This commit is contained in:
Matt Gillooly 2013-10-30 01:13:23 -04:00
parent b05567262b
commit f3f9111665

View file

@ -92,7 +92,6 @@ module Fog
# Params for all DataPipeline requests
params.merge!({
:expects => 200,
:host => @host,
:method => :post,
:path => '/',
})