From fb1eed8f1f8d3391800eb2a9f247048013d9e8bb Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Tue, 22 Jul 2014 19:04:14 -0400 Subject: [PATCH] Use the web location for the submodule The build failed, lets see if this fixes it. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d92e0b734f..758a3f3545 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "select2-master"] path = select2-master - url = git://github.com/ivaynberg/select2.git + url = https://github.com/ivaynberg/select2.git