Update get_url
Small syntactic correction: Removed trailing double-quote from example.
This commit is contained in:
parent
acb2ab73c2
commit
2bd8310de6
1 changed files with 1 additions and 1 deletions
2
get_url
2
get_url
|
@ -68,7 +68,7 @@ author: Jan-Piet Mens
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES='''
|
EXAMPLES='''
|
||||||
get_url: url=http://example.com/path/file.conf dest=/etc/foo.conf mode=0440"
|
get_url: url=http://example.com/path/file.conf dest=/etc/foo.conf mode=0440
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue