From 354006a850490cdbf9a598d237ac78f084114e72 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 17 Oct 2011 23:13:57 +0200 Subject: actually does it correctly --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 1b3ba3fa..510bbb07 100755 --- a/update.sh +++ b/update.sh @@ -7,13 +7,13 @@ # Use launch.sh to start poezio directly from here echo 'Updating poezio' -git pull +git pull origin master if [ -e "SleekXMPP" ] then echo "Updating SleekXMPP" cd SleekXMPP - git pull origin master + git pull cd .. else echo "Downloading SleekXMPP" -- cgit v1.2.3