From 7de51c3acf1c0c3a186c137def6290f2af5892ea Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Tue, 4 Feb 2014 15:29:47 +1000 Subject: [PATCH] missing quote quota Docker-DCO-1.1-Signed-off-by: Sven Dowideit (github: SvenDowideit) Upstream-commit: 64426c74f2599799bd39d04a28d43a05af7624a4 Component: engine --- components/engine/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/CONTRIBUTING.md b/components/engine/CONTRIBUTING.md index f4acb3e716..93c1d11b1f 100644 --- a/components/engine/CONTRIBUTING.md +++ b/components/engine/CONTRIBUTING.md @@ -150,7 +150,7 @@ a ``prepare-commit-msg`` hook to your docker checkout: ``` curl -o .git/hooks/prepare-commit-msg https://raw.github.com/dotcloud/docker/master/contrib/prepare-commit-msg.hook && chmod +x .git/hooks/prepare-commit-msg -`` +``` * Note: the above script expects to find your GitHub user name in ``git config --get github.user``