fix the git pull line

This commit is contained in:
Florent Le Coz 2011-10-17 23:12:51 +02:00
parent 842e4a3f4a
commit ce5fa543f2

View file

@ -13,7 +13,7 @@ if [ -e "SleekXMPP" ]
then then
echo "Updating SleekXMPP" echo "Updating SleekXMPP"
cd SleekXMPP cd SleekXMPP
git pull git pull origin master
cd .. cd ..
else else
echo "Downloading SleekXMPP" echo "Downloading SleekXMPP"