Browse code

Merge pull request #3919 from SvenDowideit/missing-quote

missing quote quota

Andy Rothfusz authored on 2014/02/05 03:03:26
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