From 723b51a6f2baa2bf7d0e0454ae77502a258fb84a Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 4 Jan 2018 18:42:28 -0500 Subject: [PATCH] Updated gitmodules to use HTTPS instead of SSH. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 76fcb15d8..2a903f82b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "site/themes/shared-bulma-theme"] path = site/themes/shared-bulma-theme - url = git@github.com:chris062689/shared-bulma-theme.git + url = https://github.com/chris062689/shared-bulma-theme.git