Use https instead of ssh(git@) for rocksdb submodule.
This commit is contained in:
parent
e370d0a9ae
commit
c82f573879
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -3,4 +3,4 @@
|
||||
url = https://github.com/MariaDB/mariadb-connector-c
|
||||
[submodule "storage/rocksdb/rocksdb"]
|
||||
path = storage/rocksdb/rocksdb
|
||||
url = git@github.com:facebook/rocksdb.git
|
||||
url = https://github.com/facebook/rocksdb.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user