mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Corrected typo in comma-seprated and 2018.3.0 -> 2018.3.1
This commit is contained in:
parent
b7f8d5a22f
commit
283359d315
1 changed files with 2 additions and 2 deletions
|
@ -1002,7 +1002,7 @@ def release(tag, *snapshot, **kwargs):
|
|||
|
||||
.. warning::
|
||||
|
||||
As of 2018.3.1 the tag parameter no longer accepts a comma-seprated value.
|
||||
As of 2018.3.1 the tag parameter no longer accepts a comma-separated value.
|
||||
It's is now possible to create a tag that contains a comma, this was impossible before.
|
||||
|
||||
CLI Example:
|
||||
|
@ -1017,7 +1017,7 @@ def release(tag, *snapshot, **kwargs):
|
|||
if ',' in tag:
|
||||
salt.utils.versions.warn_until(
|
||||
'Sodium',
|
||||
'A comma-separated tag is no support as of Salt 2018.3.0 '
|
||||
'A comma-separated tag is no support as of Salt 2018.3.1 '
|
||||
'This warning will be removed in Salt Sodium.')
|
||||
|
||||
## Configure command
|
||||
|
|
Loading…
Add table
Reference in a new issue