From cd131b2d2153510030943d8f7c05d8f95006d40e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 9 Jul 2018 16:52:46 -0400 Subject: [PATCH] use https for submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 96c3cd3874..31ee66bdef 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/jslib.git branch = master