From d2e547c31f23dc06d7413cb0b58788167df53db3 Mon Sep 17 00:00:00 2001 From: Arbab Nazar Date: Thu, 3 Sep 2015 11:27:56 +0500 Subject: [PATCH] Update developing_modules.rst --- docsite/rst/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index 7e77f8fc745..8c25bda7f5c 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