summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorMatt Russell <matthew.russell@horizon5.org>2014-11-19 23:20:01 +0000
committerMatt Russell <matthew.russell@horizon5.org>2014-11-19 23:20:01 +0000
commit39c7e4fec6265355b3eefb77a5dfbf9d6fc26ded (patch)
tree05dc527d10ac6583469fdb93f75c6428d1af4731 /HACKING.txt
parentca7a3c2dbde0de62927eeaf6b454c511a342ed9d (diff)
downloadpyramid-39c7e4fec6265355b3eefb77a5dfbf9d6fc26ded.tar.gz
pyramid-39c7e4fec6265355b3eefb77a5dfbf9d6fc26ded.tar.bz2
pyramid-39c7e4fec6265355b3eefb77a5dfbf9d6fc26ded.zip
Correct url in git remote command.
Diffstat (limited to 'HACKING.txt')
-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