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:
commit
18b3fc78d4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue