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.
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user