Browse code

Fixing pre-commit-msg URL

URL referred to raw.github.com instead of raw.githubusercontent.com. Fixed.

Docker-DCO-1.1-Signed-off-by: Aaron Huslage <huslage@gmail.com> (github: huslage)

Aaron Huslage authored on 2014/05/10 02:56:20
Showing 1 changed files
... ...
@@ -182,7 +182,7 @@ One way to automate this, is customise your get ``commit.template`` by adding
182 182
 a ``prepare-commit-msg`` hook to your docker checkout:
183 183
 
184 184
 ```
185
-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
185
+curl -o .git/hooks/prepare-commit-msg https://raw.githubusercontent.com/dotcloud/docker/master/contrib/prepare-commit-msg.hook && chmod +x .git/hooks/prepare-commit-msg
186 186
 ```
187 187
 
188 188
 * Note: the above script expects to find your GitHub user name in ``git config --get github.user``