Unverified Commit f16806a6 authored by Connor's avatar Connor Committed by GitHub

fix update rocksdb script (#449)

parent f14383bc
...@@ -40,4 +40,4 @@ update_rocksdb: ...@@ -40,4 +40,4 @@ update_rocksdb:
git config --file=.gitmodules submodule.rocksdb.branch ${ROCKSDB_BRANCH}; \ git config --file=.gitmodules submodule.rocksdb.branch ${ROCKSDB_BRANCH}; \
fi fi
@git submodule sync @git submodule sync
@git submodule update --remote librocksdb_sys/rocksdb @git submodule update --init --remote librocksdb_sys/rocksdb
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment