Skip to content

Commit

Permalink
Fixed #22457 -- Fixed contributing guide w/o github set-up
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jordiyeh authored and bmispelon committed Apr 16, 2014
1 parent eefad14 commit 2810299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/contributing/writing-code/unit-tests.txt
Expand Up @@ -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

Expand Down

0 comments on commit 2810299

Please sign in to comment.