From 1f303673998afcb34725690d7fa2445a65535a91 Mon Sep 17 00:00:00 2001 From: "Stephen A. Wood" <saw@jlab.org> Date: Fri, 29 Jun 2012 10:50:51 -0400 Subject: [PATCH] Use relative path to podd submodule so that podd is retrieved with the same protocol (https, ssh, or git) that the main project is. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e6a3a04..6e10e98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "podd"] path = podd - url = git://github.com/sawjlab/podd.git + url = ../podd.git -- GitLab