1
0
Fork 0
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:
geemus 2011-06-22 11:25:30 -07:00
parent 2624c07f4a
commit 7f9d0ee944

View file

@ -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