summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-07-30 18:09:48 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-07-30 18:09:48 +0200
commit0da967850dc24a69d4e521484cc85691ab31b167 (patch)
tree3296b4f795f13e7f80eff01123ad91b0c36b5244 /update.sh
parent3510e8f5faa69451e5c3673bac15fe79b73ecca1 (diff)
downloadpoezio-0da967850dc24a69d4e521484cc85691ab31b167.tar.gz
poezio-0da967850dc24a69d4e521484cc85691ab31b167.tar.bz2
poezio-0da967850dc24a69d4e521484cc85691ab31b167.tar.xz
poezio-0da967850dc24a69d4e521484cc85691ab31b167.zip
Fix the git pull in update.sh
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
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 ]