mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-21 11:59:41 -06:00
.gitmodules: Use HTTPS transport for flatbuffers submodule instead of SSH.
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -16,8 +16,8 @@
|
||||
ignore = dirty
|
||||
[submodule "integration-tests/mysql-client-tests/cpp/third_party/mysql-connector-cpp"]
|
||||
path = integration-tests/mysql-client-tests/cpp/third_party/mysql-connector-cpp
|
||||
url = https://github.com/mysql/mysql-connector-cpp
|
||||
url = https://github.com/mysql/mysql-connector-cpp.git
|
||||
ignore = dirty
|
||||
[submodule "proto/third_party/flatbuffers"]
|
||||
path = proto/third_party/flatbuffers
|
||||
url = git@github.com:dolthub/flatbuffers.git
|
||||
url = https://github.com/dolthub/flatbuffers.git
|
||||
|
||||
Reference in New Issue
Block a user