Michael Merickel
2014-11-20 574f16d75fa2bab304e8dbd59bb6e6950cc475ea
Merge pull request #1468 from mgrbyte/fix.hackingdotxt-glitch

Correct url in git remote command.
1 files modified
2 ■■■ changed files
HACKING.txt 2 ●●● patch | view | raw | blame | history
HACKING.txt
@@ -31,7 +31,7 @@
   $ cd hack-on-pyramid
   # Configure remotes such that you can pull changes from the Pyramid
   # repository into your local repository.
   $ git remote add upstream https://github.com:Pylons/pyramid.git
   $ git remote add upstream https://github.com/Pylons/pyramid.git
   # fetch and merge changes from upstream into master
   $ git fetch upstream
   $ git merge upstream/master