From 665eaf00c5ec8ad815e1ffdf53ec3e0e42c70843 Mon Sep 17 00:00:00 2001 From: xiphon Date: Wed, 24 Oct 2018 19:27:52 +0000 Subject: [PATCH] build: use correct monero core tag --- get_libwallet_api.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 638164a3..a11deca0 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -20,7 +20,9 @@ git -C $MONERO_DIR fetch git -C $MONERO_DIR checkout master # get monero core tag +pushd $MONERO_DIR get_tag +popd # create local monero branch git -C $MONERO_DIR checkout -B $VERSIONTAG