From 4ae1c9cf3d0493e25c710367b072891cb7658df7 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 19 Feb 2018 16:16:45 -0500 Subject: [PATCH] submodule with https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 96c3cd38..89d990ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "jslib"] path = jslib - url = git@github.com:bitwarden/jslib.git + url = https://github.com/bitwarden/desktop.git branch = master