Fix the git pull in update.sh

This commit is contained in:
Florent Le Coz 2014-07-30 18:09:48 +02:00
parent 3510e8f5fa
commit 0da967850d

View file

@ -13,7 +13,7 @@ error() {
}
echo 'Updating poezio'
git pull origin master || error poezio
git pull origin slix || error poezio
make
if [ $? -ne 0 ]