summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArbab Nazar <arbabnazar@users.noreply.github.com>2015-09-03 11:27:56 +0500
committerArbab Nazar <arbabnazar@users.noreply.github.com>2015-09-03 11:27:56 +0500
commitd2e547c31f23dc06d7413cb0b58788167df53db3 (patch)
treef9d0354483149f564acc6623b009228ea91f9883
parent9e1bc434c768dab26468220de4bc57490f5666cd (diff)
downloadansible-d2e547c31f23dc06d7413cb0b58788167df53db3.tar.gz
Update developing_modules.rst
-rw-r--r--docsite/rst/developing_modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst
index 7e77f8fc74..8c25bda7f5 100644
--- a/docsite/rst/developing_modules.rst
+++ b/docsite/rst/developing_modules.rst
@@ -67,7 +67,7 @@ Testing Modules
There's a useful test script in the source checkout for ansible::
- git clone git@github.com:ansible/ansible.git --recursive
+ git clone git://github.com/ansible/ansible.git --recursive
source ansible/hacking/env-setup
chmod +x ansible/hacking/test-module