minor update for build-wine

This commit is contained in:
ThomasV 2017-05-29 09:46:31 +02:00
parent df2c38b72d
commit 49398643e6
1 changed files with 1 additions and 1 deletions

View File

@ -23,8 +23,8 @@ if [ -d "electrum-git" ]; then
# GIT repository found, update it # GIT repository found, update it
echo "Pull" echo "Pull"
cd electrum-git cd electrum-git
git checkout master
git pull git pull
git checkout $BRANCH
cd .. cd ..
else else
# GIT repository not found, clone it # GIT repository not found, clone it