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

Merge pull request #3210 from techlunacy/master

AWS SES not working because the request method was renamed
This commit is contained in:
Wesley Beary 2014-10-22 08:54:21 -05:00
commit d4da04b169

View file

@ -114,7 +114,7 @@ module Fog
end
end
def _requrest(body, headers, idempotent, parser)
def _request(body, headers, idempotent, parser)
@connection.request({
:body => body,
:expects => 200,