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:40:32 -0400
commitec2d456df8a56a3000b991adcd5ce3aede974492 (patch)
treebba6a46e3a7441f990fabde79e89470fa78ff45d
parentcbc80eef6dea315a056f46d02fb129b068867024 (diff)
[1.5.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 4c6b1d88db..eecca7cd2a 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -33,7 +33,7 @@ with this sample ``settings`` module:
.. 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 python ./runtests.py --settings=test_sqlite