From 2bd8310de6660b8ce2ae79ded64e6b44a71eb4a8 Mon Sep 17 00:00:00 2001 From: Michael Griffin Date: Fri, 1 Mar 2013 22:49:00 -0800 Subject: [PATCH] Update get_url Small syntactic correction: Removed trailing double-quote from example. --- get_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_url b/get_url index f5417083389..58d3835d372 100644 --- a/get_url +++ b/get_url @@ -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 '''