Fix typo in previous commit

This commit is contained in:
wiz 2020-10-19 19:49:02 +09:00
parent 34c43a8fd2
commit 2f0b132fe5

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