Browse code

missing quote quota

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit)

Sven Dowideit authored on 2014/02/04 14:29:47
Showing 1 changed files
... ...
@@ -150,7 +150,7 @@ a ``prepare-commit-msg`` hook to your docker checkout:
150 150
 
151 151
 ```
152 152
 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
153
-``
153
+```
154 154
 
155 155
 * Note: the above script expects to find your GitHub user name in ``git config --get github.user``
156 156