From 4c82e292beaecd0713ccd7a054582d0b5a1fbce6 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 19 Oct 2020 19:49:02 +0900 Subject: [PATCH] Fix typo in previous commit --- production/mempool-upgrade-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/mempool-upgrade-all b/production/mempool-upgrade-all index b6f40af8f..57d725aee 100755 --- a/production/mempool-upgrade-all +++ b/production/mempool-upgrade-all @@ -28,7 +28,7 @@ for site in mainnet liquid testnet bisq do cd "$HOME/${site}" git fetch "${REPO}" - git reset --hard "${REPO}/${BRANCH}" + git reset --hard "${TAG}" hash=$(git rev-parse HEAD) if [ "${site}" = "mainnet" ]