Fix type in svn documentation path (#65353)

pull/65434/head
Will Brock 5 years ago committed by Alicia Cozine
parent 21bbf49396
commit 5942e7f2a2

@ -103,7 +103,7 @@ EXAMPLES = '''
- name: Get information about the repository whether or not it has already been cloned locally - name: Get information about the repository whether or not it has already been cloned locally
- subversion: - subversion:
repo: svn+ssh://an.example.org/path/to/repo repo: svn+ssh://an.example.org/path/to/repo
dest: /srv/checkout dest: /src/checkout
checkout: no checkout: no
update: no update: no
''' '''

Loading…
Cancel
Save