From 2f0dc5bea85b945da146460f2c3298b3813512c1 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Fri, 10 Sep 2021 09:41:30 +0200 Subject: [PATCH] ensure submodule is also on correct tag --- docs/reproducible.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reproducible.md b/docs/reproducible.md index 216e6dd5..92786a39 100644 --- a/docs/reproducible.md +++ b/docs/reproducible.md @@ -51,8 +51,7 @@ sudo apt install -y rpm The project can cloned for a specific release tag as follows: ```shell GIT_TAG="1.5.0-beta1" -git clone --recursive git@github.com:sparrowwallet/sparrow.git -git checkout --quiet "${GIT_TAG}" +git clone --recursive --branch "${GIT_TAG}" git@github.com:sparrowwallet/sparrow.git ``` Thereafter, building should be straightforward: