From 0da967850dc24a69d4e521484cc85691ab31b167 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 30 Jul 2014 18:09:48 +0200 Subject: Fix the git pull in update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 9b70b085..ae333108 100755 --- a/update.sh +++ b/update.sh @@ -13,7 +13,7 @@ error() { } echo 'Updating poezio' -git pull origin master || error poezio +git pull origin slix || error poezio make if [ $? -ne 0 ] -- cgit v1.2.3