From c5af5caa002513c677b0ccecec54221fe0f7335e Mon Sep 17 00:00:00 2001 From: Jared Johnson Date: Fri, 20 Feb 2009 17:14:26 -0600 Subject: [PATCH] Correct 'git clone' command syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 'git clone' command in development.pod doesn't actually work. This corrects the syntax. Signed-off-by: Ask Bjørn Hansen --- docs/development.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.pod b/docs/development.pod index d69ed02..534eb42 100644 --- a/docs/development.pod +++ b/docs/development.pod @@ -21,7 +21,7 @@ button to get your own repository. =head3 Making a working Copy - git clone git@github.com:username/qpsmtpd qpsmtpd + git clone git@github.com:username/qpsmtpd.git qpsmtpd will check out your copy into a directory called qpsmtpd