mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|brightbox] Fixed typo in deprecation warning
This commit is contained in:
parent
2edb89c512
commit
131182c4b0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Brightbox < Fog::Bin
|
||||||
@@connections ||= Hash.new do |hash, key|
|
@@connections ||= Hash.new do |hash, key|
|
||||||
hash[key] = case key
|
hash[key] = case key
|
||||||
when :compute
|
when :compute
|
||||||
Formatador.display_line("[yellow][WARN] Brightbox[:compute] is deprecated, use Brightbox[:aws] instead[/]")
|
Formatador.display_line("[yellow][WARN] Brightbox[:compute] is deprecated, use Compute[:brightbox] instead[/]")
|
||||||
Fog::Compute.new(:provider => 'Brightbox')
|
Fog::Compute.new(:provider => 'Brightbox')
|
||||||
else
|
else
|
||||||
raise ArgumentError, "Unrecognized service: #{key.inspect}"
|
raise ArgumentError, "Unrecognized service: #{key.inspect}"
|
||||||
|
|
Loading…
Reference in a new issue