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

[rackspace|database] remove extraneous colon

This commit is contained in:
Kyle Rames 2013-03-01 17:02:54 -06:00
parent 62c53a939b
commit 29e51626ca

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,