mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1617 from rackspace/bye_colon
[rackspace|database] remove extraneous colon from accept header
This commit is contained in:
commit
b3c851cd07
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ module Fog
|
|||
response = @connection.request(params.merge!({
|
||||
:headers => {
|
||||
'Content-Type' => 'application/json',
|
||||
'Accept:' => 'application/json',
|
||||
'Accept' => 'application/json',
|
||||
'X-Auth-Token' => @auth_token
|
||||
}.merge!(params[:headers] || {}),
|
||||
:host => @host,
|
||||
|
|
Loading…
Add table
Reference in a new issue