Skip to content

Commit

Permalink
[rackspace|compute] remove erroneous block argument to get_object
Browse files Browse the repository at this point in the history
fixes fog#1588
  • Loading branch information
geemus committed Feb 22, 2013
1 parent fd126aa commit cecf57e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fog/rackspace/requests/storage/get_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def get_object(container, object, &block)
end

request(params.merge!({
:block => block,
:expects => 200,
:method => 'GET',
:path => "#{Fog::Rackspace.escape(container)}/#{Fog::Rackspace.escape(object)}"
Expand Down

0 comments on commit cecf57e

Please sign in to comment.