[docs] Fix subversion.py export example (#60438)
The svn export example was missing the `export: yes` parameter. It was accidentally omitted when the syntax was changed in ad6999e2eb
.
This commit is contained in:
parent
c485a1b91e
commit
8346898605
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ EXAMPLES = '''
|
|||
subversion:
|
||||
repo: svn+ssh://an.example.org/path/to/repo
|
||||
dest: /src/export
|
||||
export: yes
|
||||
|
||||
- name: Get information about the repository whether or not it has already been cloned locally
|
||||
- subversion:
|
||||
|
|
Loading…
Reference in a new issue