summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-19 19:15:31 -0600
committerMichael Merickel <michael@merickel.org>2014-11-19 19:15:31 -0600
commit574f16d75fa2bab304e8dbd59bb6e6950cc475ea (patch)
tree05dc527d10ac6583469fdb93f75c6428d1af4731
parentca7a3c2dbde0de62927eeaf6b454c511a342ed9d (diff)
parent39c7e4fec6265355b3eefb77a5dfbf9d6fc26ded (diff)
downloadpyramid-574f16d75fa2bab304e8dbd59bb6e6950cc475ea.tar.gz
pyramid-574f16d75fa2bab304e8dbd59bb6e6950cc475ea.tar.bz2
pyramid-574f16d75fa2bab304e8dbd59bb6e6950cc475ea.zip
Merge pull request #1468 from mgrbyte/fix.hackingdotxt-glitch
Correct url in git remote command.
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index e3afbf241..16c17699c 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -31,7 +31,7 @@ By Hand
$ 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