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

Fix 1.8.7 bug - trailing comma in arg list

This commit is contained in:
Mike Pountney 2014-06-09 07:56:36 +01:00
parent 4aa4b3cd35
commit e08b181081

View file

@ -50,7 +50,7 @@ module Fog
Excon::Response.new( Excon::Response.new(
:status => 200, :status => 200,
:headers => {'Content-Type' => "#{type};version=#{api_version}"}, :headers => {'Content-Type' => "#{type};version=#{api_version}"},
:body => body, :body => body
) )
end end