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

Merge pull request #2236 from alphagov/fixing_typo

fixing typo in raising exception
This commit is contained in:
Wesley Beary 2013-10-09 08:49:32 -07:00
commit 18b3fc78d4

View file

@ -334,7 +334,7 @@ module Fog
puts e.response.status puts e.response.status
puts CGI::unescapeHTML(e.response.body) puts CGI::unescapeHTML(e.response.body)
end end
raise @e raise e
end end
def process_task(response_body) def process_task(response_body)