mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[storage|rackspace] Fixed NotFound namespace
This commit is contained in:
parent
4585dc3d64
commit
361c69f974
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ module Fog
|
|||
rescue Excon::Errors::HTTPStatusError => error
|
||||
raise case error
|
||||
when Excon::Errors::NotFound
|
||||
Fog::Rackspace::Storage::NotFound.slurp(error)
|
||||
Fog::Storage::Rackspace::NotFound.slurp(error)
|
||||
else
|
||||
error
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue