Skip to content

Commit

Permalink
.gitmodules: Use HTTPS transport for flatbuffers submodule instead of…
Browse files Browse the repository at this point in the history
… SSH.
  • Loading branch information
reltuk committed Sep 14, 2022
1 parent 7e9c155 commit 05a388b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 05a388b

Please sign in to comment.