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

[rackspace|compute] remove erroneous block argument to get_object

fixes #1588
This commit is contained in:
geemus 2013-02-22 15:48:19 -06:00
parent fd126aa457
commit cecf57e76c

View file

@ -17,7 +17,6 @@ module Fog
end
request(params.merge!({
:block => block,
:expects => 200,
:method => 'GET',
:path => "#{Fog::Rackspace.escape(container)}/#{Fog::Rackspace.escape(object)}"