From e7adaabb876007b30cb8c3c4c3e6f258d8091286 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Mon, 16 Jul 2018 15:06:43 -0600 Subject: [PATCH] Fixed .gitmodules to use URL withouth hvolmer prefix --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d33ae772..4c8f4585 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "essentials-framework"] path = essentials-framework - url = https://hvolmer@bitbucket.org/Pepperdash_Products/essentials-framework.git + url = https://@bitbucket.org/Pepperdash_Products/essentials-framework.git