From 0de9d396b4f2610ca4ada0dd4cb98c061aa9073b Mon Sep 17 00:00:00 2001 From: Paul Rigge Date: Tue, 19 Feb 2019 10:48:23 -0800 Subject: [PATCH] Update gitmodule url to use https The .git suffix was dropped and git@ was used instead of https:// Update to be consistent with other submodules. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 225b6443..fb609717 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/ucb-bar/testchipip.git [submodule "barstools"] path = barstools - url = git@github.com:ucb-bar/barstools + url = https://github.com/ucb-bar/barstools.git