Fix type in svn documentation path ()

This commit is contained in:
Will Brock 2019-12-02 10:55:02 -05:00 committed by Alicia Cozine
parent 21bbf49396
commit 5942e7f2a2

View file

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