mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix small typo
This commit is contained in:
parent
2a9ce483eb
commit
279e302709
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ module Fog
|
|||
config[:shared], config[:sm_config])
|
||||
else
|
||||
Fog::Logger.deprecation(
|
||||
'This api is deprecated. The expected params are two hashes of attributes.' + "\n" +
|
||||
'To create a server from a template, use #clone_server instead.'
|
||||
'This api is deprecated. The expected params are two hashes of attributes.'
|
||||
)
|
||||
|
||||
@connection.request(
|
||||
|
|
Loading…
Reference in a new issue