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])
|
config[:shared], config[:sm_config])
|
||||||
else
|
else
|
||||||
Fog::Logger.deprecation(
|
Fog::Logger.deprecation(
|
||||||
'This api is deprecated. The expected params are two hashes of attributes.' + "\n" +
|
'This api is deprecated. The expected params are two hashes of attributes.'
|
||||||
'To create a server from a template, use #clone_server instead.'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
@connection.request(
|
@connection.request(
|
||||||
|
|
Loading…
Reference in a new issue