mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fixed a typo in the warning.
This commit is contained in:
parent
d746580454
commit
b999c46310
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class AWS < Fog::Bin
|
|||
when :cloud_watch
|
||||
Fog::AWS::CloudWatch.new
|
||||
when :compute
|
||||
Fog::Logger.warning("AWS[:compute] is not recommended, use Comptue[:aws] for portability")
|
||||
Fog::Logger.warning("AWS[:compute] is not recommended, use Compute[:aws] for portability")
|
||||
Fog::Compute.new(:provider => 'AWS')
|
||||
when :dns
|
||||
Fog::Logger.warning("AWS[:dns] is not recommended, use DNS[:aws] for portability")
|
||||
|
|
Loading…
Add table
Reference in a new issue