From b34a8737f754fcf41b1f57fbd788b4d263da03fc Mon Sep 17 00:00:00 2001 From: M Date: Wed, 23 Feb 2022 17:58:09 +0300 Subject: [PATCH] Update for build haven script --- scripts/android/build_haven.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/android/build_haven.sh b/scripts/android/build_haven.sh index 68abf9e36..e937cd4e9 100644 --- a/scripts/android/build_haven.sh +++ b/scripts/android/build_haven.sh @@ -2,7 +2,7 @@ . ./config.sh HAVEN_VERSION=tags/v2.1.0 -HAVEN_SRC_DIR=${WORKDIR}/monero +HAVEN_SRC_DIR=${WORKDIR}/haven git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR} --branch ${HAVEN_VERSION} cd $HAVEN_SRC_DIR