summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Yeh <yehj10@hhmi.org>2014-04-16 09:19:55 -0400
committerBaptiste Mispelon <bmispelon@gmail.com>2014-04-16 09:42:48 -0400
commitfcbcdf72d60ccfd808187c3322457decc927712c (patch)
tree247f1e1caaffefa24d3b0a534a9eadc539c38985
parentc064971e6bd1906c3665b25e0d659c0e47bb4a00 (diff)
[1.7.x] Fixed #22457 -- Fixed contributing guide w/o github set-up
The published commnand was not working when the user did not have the git client set-up with the public-key. Changed the contributing guide to clone it from https instead. Backport of 28102991172ab931d030412275f926c1b05c688d from master.
-rw-r--r--docs/internals/contributing/writing-code/unit-tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt
index bcee13f6d3..3edc588c18 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -30,7 +30,7 @@ sample settings module that uses the SQLite database. To run the tests:
.. code-block:: bash
- $ git clone git@github.com:django/django.git django-repo
+ $ git clone https://github.com:django/django.git django-repo
$ cd django-repo/tests
$ PYTHONPATH=..:$PYTHONPATH ./runtests.py