Fix typo in previous commit

This commit is contained in:
wiz
2020-10-19 19:49:02 +09:00
parent eb00b92996
commit 4c82e292be

View File

@@ -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" ]