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

Merge pull request #1027 from maxstepanov/master

Fix :path pollution after re-authentication
This commit is contained in:
Dan Peterson 2012-07-08 06:45:15 -07:00
commit fdf10b31d2

View file

@ -100,7 +100,7 @@ module Fog
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