mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix incorrect version_added value in docstring for subversion export param
This commit is contained in:
parent
53a511275c
commit
26ce8dac27
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ options:
|
||||||
export:
|
export:
|
||||||
required: false
|
required: false
|
||||||
default: False
|
default: False
|
||||||
version_added: "1.5"
|
version_added: "1.6"
|
||||||
description:
|
description:
|
||||||
- If True, do export instead of checkout/update.
|
- If True, do export instead of checkout/update.
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue