From 912247681b3a0461f65d3b18e522ece67d8dd9d7 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Sun, 24 Jan 2016 15:16:16 +0100 Subject: [PATCH] changing recursive clone to use git instead of ssh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7c5f95a9..50bceee2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = git://github.com/n1nj4sec/scapy.git [submodule "pupy/payload_templates"] path = pupy/payload_templates - url = ssh://git@github.com/n1nj4sec/pupy-binaries + url = git://git@github.com/n1nj4sec/pupy-binaries