Skip to content

Commit

Permalink
Fix 1.8.7 bug - trailing comma in arg list
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepea committed Jun 9, 2014
1 parent 4aa4b3c commit e08b181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_disks_rasd_items_list(id)
Excon::Response.new(
:status => 200,
:headers => {'Content-Type' => "#{type};version=#{api_version}"},
:body => body,
:body => body
)
end

Expand Down

0 comments on commit e08b181

Please sign in to comment.