From 5bfd648dc899bd42d13830a36bf754674768a07c 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. --- library/get_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/get_url b/library/get_url index f541708338..58d3835d37 100644 --- a/library/get_url +++ b/library/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 '''