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
|
do
|
||||||
cd "$HOME/${site}"
|
cd "$HOME/${site}"
|
||||||
git fetch "${REPO}"
|
git fetch "${REPO}"
|
||||||
git reset --hard "${REPO}/${BRANCH}"
|
git reset --hard "${TAG}"
|
||||||
hash=$(git rev-parse HEAD)
|
hash=$(git rev-parse HEAD)
|
||||||
|
|
||||||
if [ "${site}" = "mainnet" ]
|
if [ "${site}" = "mainnet" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user