mirror of
https://github.com/mempool/mempool.git
synced 2025-04-04 01:50:43 +02:00
Fix typo in previous commit
This commit is contained in:
parent
eb00b92996
commit
4c82e292be
@ -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" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user