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