commit 49398643e60740782a2bdd79d5b3ecf038c67734
parent df2c38b72d372423bc9f1bbff47e56b9b6c5bf37
Author: ThomasV <thomasv@electrum.org>
Date: Mon, 29 May 2017 09:46:31 +0200
minor update for build-wine
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/build-wine/build-electrum-git.sh b/contrib/build-wine/build-electrum-git.sh
@@ -23,8 +23,8 @@ if [ -d "electrum-git" ]; then
# GIT repository found, update it
echo "Pull"
cd electrum-git
- git checkout master
git pull
+ git checkout $BRANCH
cd ..
else
# GIT repository not found, clone it