commit 8131b7ba5ae62922cf75ece8f0f5aaf9eb6e7be5
parent 32933e84866c60af302eb4a2dae0c826b7410a25
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 5 Jan 2022 22:45:50 -0800
Use HTTPS URL for googletest submodule
This avoids needing an SSH key registered with GitHub to clone.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "third_party/googletest"]
path = third_party/googletest
- url = git@github.com:google/googletest.git
+ url = https://github.com/google/googletest.git