From 19dd6bb0f3d50e74e750994fdd7001c7d9ccef25 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Thu, 30 May 2019 10:59:08 -0700 Subject: [PATCH] Change googletest to the https URL Change it from the ssh URL, since we don't need ssh access. Signed-off-by: Dhaval Giani --- .gitmodules | 2 +- googletest | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 googletest diff --git a/.gitmodules b/.gitmodules index eddc93cd..bfb1b5aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "googletest"] path = googletest - url = git@github.com:google/googletest.git + url = https://github.com/google/googletest.git fetchRecurseSubmodules = true diff --git a/googletest b/googletest new file mode 160000 index 00000000..8ffb7e5c --- /dev/null +++ b/googletest @@ -0,0 +1 @@ +Subproject commit 8ffb7e5c88b20a297a2e786c480556467496463b -- 2.47.3