From ce5fa543f24be83cf4dbbfe07266cba75350c6a7 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 17 Oct 2011 23:12:51 +0200 Subject: fix the git pull line --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 4695a736..1b3ba3fa 100755 --- a/update.sh +++ b/update.sh @@ -13,7 +13,7 @@ if [ -e "SleekXMPP" ] then echo "Updating SleekXMPP" cd SleekXMPP - git pull + git pull origin master cd .. else echo "Downloading SleekXMPP" -- cgit v1.2.3