tweak build-wine script

This commit is contained in:
ThomasV 2015-11-19 11:47:58 +01:00
parent 7641137ecc
commit 34c2010e63
1 changed files with 1 additions and 0 deletions

View File

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