Update get_url

Small syntactic correction: Removed trailing double-quote from example.
This commit is contained in:
Michael Griffin 2013-03-01 22:49:00 -08:00
parent acb2ab73c2
commit 2bd8310de6

View file

@ -68,7 +68,7 @@ author: Jan-Piet Mens
'''
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
'''