1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[compute|stormondemand] fix namespace issue

This commit is contained in:
geemus 2011-06-22 11:25:19 -07:00
parent 167b7c50cf
commit 2624c07f4a

View file

@ -121,7 +121,7 @@ module Fog
response.body = JSON.parse(response.body)
end
if response.body.keys.include?('full_error')
raise(Fog::StormOnDemand::Compute::Error, response.body.inspect)
raise(Fog::Compute::StormOnDemand::Error, response.body.inspect)
end
response
end