Skip to content

Commit

Permalink
Merge pull request #1027 from maxstepanov/master
Browse files Browse the repository at this point in the history
Fix :path pollution after re-authentication
  • Loading branch information
danp committed Jul 8, 2012
2 parents 5419eb7 + 22f5d4d commit fdf10b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/rackspace/storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def reload

def request(params, parse_json = true, &block)
begin
response = @connection.request(params.merge!({
response = @connection.request(params.merge({
:headers => {
'Content-Type' => 'application/json',
'X-Auth-Token' => @auth_token
Expand Down

0 comments on commit fdf10b3

Please sign in to comment.