Fix type in svn documentation path (#65353)
This commit is contained in:
parent
21bbf49396
commit
5942e7f2a2
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ EXAMPLES = '''
|
|||
- name: Get information about the repository whether or not it has already been cloned locally
|
||||
- subversion:
|
||||
repo: svn+ssh://an.example.org/path/to/repo
|
||||
dest: /srv/checkout
|
||||
dest: /src/checkout
|
||||
checkout: no
|
||||
update: no
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue