From 9d28b652487b0a22c0f919b49094034cdd9d3d94 Mon Sep 17 00:00:00 2001 From: woodser Date: Wed, 10 Mar 2021 15:46:38 -0500 Subject: [PATCH] checkout monero-project by tag with pr 7321 --- bin/update_submodules.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/update_submodules.sh b/bin/update_submodules.sh index 9108ee1ba..4937e0cdd 100755 --- a/bin/update_submodules.sh +++ b/bin/update_submodules.sh @@ -5,6 +5,6 @@ git submodule update --init --force --recursive # update monero-project cd ./external/monero-project -git checkout master -git pull --ff-only origin master +git checkout tags/pr_7321 +git pull --ff-only origin tags/pr_7321 cd ../../ \ No newline at end of file