mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fixing namespace transition issue
This commit is contained in:
parent
b9ba6c8359
commit
6bc5cba9f3
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ module Fog
|
|||
rescue Excon::Errors::HTTPStatusError => error
|
||||
raise case error
|
||||
when Excon::Errors::NotFound
|
||||
Fog::Monitoring::Rackspace::NotFound.slurp(error)
|
||||
Fog::Rackspace::Monitoring::NotFound.slurp(error)
|
||||
else
|
||||
error
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue