From 2a8c7905d120171495405740807e0033c060cc01 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Fri, 8 Feb 2019 17:36:16 +0100 Subject: [PATCH] Change submodule to https to have custom login on box --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1c38572..c7e511c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "sdk-samples"] path = sdk-samples - url = git@gitlab.com:rubenvandeven/affdex-sdk-cpp-samples.git + url = https://gitlab.com/rubenvandeven/affdex-sdk-cpp-samples.git