Merge pull request #3919 from SvenDowideit/missing-quote

missing quote quota
Upstream-commit: 23959e6cf8a002c6607b692c7bd89035f59b2c39
Component: engine
This commit is contained in:
Andy Rothfusz
2014-02-04 10:03:26 -08:00

View File

@ -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``