diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-07-30 18:09:48 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-07-30 18:09:48 +0200 |
commit | 0da967850dc24a69d4e521484cc85691ab31b167 (patch) | |
tree | 3296b4f795f13e7f80eff01123ad91b0c36b5244 | |
parent | 3510e8f5faa69451e5c3673bac15fe79b73ecca1 (diff) | |
download | poezio-0da967850dc24a69d4e521484cc85691ab31b167.tar.gz poezio-0da967850dc24a69d4e521484cc85691ab31b167.tar.bz2 poezio-0da967850dc24a69d4e521484cc85691ab31b167.tar.xz poezio-0da967850dc24a69d4e521484cc85691ab31b167.zip |
Fix the git pull in update.sh
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ error() { } echo 'Updating poezio' -git pull origin master || error poezio +git pull origin slix || error poezio make if [ $? -ne 0 ] |