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

remove unneeded url param

This commit is contained in:
Michał Krzyżanowski 2013-02-27 10:24:28 +01:00
parent bef47ce960
commit d41c9abb83

View file

@ -25,8 +25,7 @@ module Fog
:host => @host,
:idempotent => true,
:method => 'GET',
:parser => Fog::Parsers::Storage::AWS::GetService.new,
:url => @host
:parser => Fog::Parsers::Storage::AWS::GetService.new
})
end