mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove unused variable
This commit is contained in:
parent
8d95d5bff2
commit
bd948fee3e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module Fog
|
|||
end
|
||||
begin
|
||||
do_request(params)
|
||||
rescue Excon::Errors::Unauthorized => e
|
||||
rescue Excon::Errors::Unauthorized
|
||||
@cookie = auth_token
|
||||
do_request(params)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue