mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|voxel] fix namespace issue
This commit is contained in:
parent
2624c07f4a
commit
7f9d0ee944
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ module Fog
|
|||
:path => "/version/1.0/"
|
||||
)
|
||||
unless data.body['stat'] == 'ok'
|
||||
raise Fog::Voxel::Compute::Error, "#{data.body['err']['msg']}"
|
||||
raise Fog::Compute::Voxel::Error, "#{data.body['err']['msg']}"
|
||||
end
|
||||
data
|
||||
rescue Excon::Errors::HTTPStatusError => error
|
||||
|
|
Loading…
Reference in a new issue