Corrected typo in comma-seprated and 2018.3.0 -> 2018.3.1

This commit is contained in:
David Murphy 2018-04-19 13:20:40 -06:00
parent b7f8d5a22f
commit 283359d315

View file

@ -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