From 21e6394b9f5e6ab6304a720e8503e50283cdb559 Mon Sep 17 00:00:00 2001 From: Brian Recchia Date: Tue, 3 Jan 2017 12:08:49 -0500 Subject: [PATCH] This is what happens when I make assumptions about how git tracks submodules. (*really* changed the submodule URL) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 63acf2ab..30d64b06 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lib/composure"] path = lib/composure - url = git@github.com:erichs/composure.git + url = https://github.com/erichs/composure.git