Skip to content

Commit

Permalink
[compute|voxel] fix namespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jun 22, 2011
1 parent 2624c07 commit 7f9d0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/compute/voxel.rb
Expand Up @@ -98,7 +98,7 @@ def request(method_name, options = {})
: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
Expand Down

0 comments on commit 7f9d0ee

Please sign in to comment.