From a596e25ce03adfe48cf465fc01c4757167452ac1 Mon Sep 17 00:00:00 2001 From: openoms Date: Thu, 31 Aug 2023 11:32:59 +0200 Subject: [PATCH] build: git verify the last commit instead of tag --- build_joininbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_joininbox.sh b/build_joininbox.sh index 9750546..267e138 100644 --- a/build_joininbox.sh +++ b/build_joininbox.sh @@ -409,7 +409,7 @@ else fi command="sudo -u joinmarket bash /home/joinmarket/joininbox/scripts/verify.git.sh \ - ${PGPsigner} ${PGPpubkeyLink} ${PGPpubkeyFingerprint} ${tag}" + ${PGPsigner} ${PGPpubkeyLink} ${PGPpubkeyFingerprint}" echo "running: ${command}" chmod 777 /dev/shm ${command} || exit 1