Fix for haven version for android script

This commit is contained in:
M 2022-02-24 13:17:51 +03:00
parent c0ad96d7b5
commit 40de909f8f

View file

@ -4,7 +4,8 @@
HAVEN_VERSION=tags/v2.2.2
HAVEN_SRC_DIR=${WORKDIR}/haven
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR} --branch ${HAVEN_VERSION}
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR}
git checkout ${HAVEN_VERSION}
cd $HAVEN_SRC_DIR
git submodule init
git submodule update