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:
commit
fdf10b31d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue