mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
commit
5f44609108
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Voxel < Fog::Bin
|
|||
@@connections ||= Hash.new do |hash, key|
|
||||
hash[key] = case key
|
||||
when :compute
|
||||
Fog::Logger.warning("Voxel[:comupte] is not recommended, use Compute[:voxel]] for portability")
|
||||
Fog::Logger.warning("Voxel[:compute] is not recommended, use Compute[:voxel] for portability")
|
||||
Fog::Compute.new(:provider => 'Voxel')
|
||||
else
|
||||
raise ArgumentError, "Unrecognized service: #{key.inspect}"
|
||||
|
|
Loading…
Add table
Reference in a new issue