1
0
Fork 0
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:
Kyle Rames 2013-03-01 15:03:42 -08:00
commit b3c851cd07

View file

@ -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,