Make the update script pull from master

This commit is contained in:
mathieui 2014-11-29 17:36:38 +01:00
parent 72367fc006
commit 7f0227b7d4
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -11,7 +11,7 @@ VENV="poezio-venv"
VENV_COMMAND="pyvenv"
echo 'Updating poezio'
git pull origin slix || {
git pull origin master || {
echo "The script failed to update poezio."
exit 1
}