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
echo "Updating SleekXMPP"
cd SleekXMPP
git pull
git pull origin master
cd ..
else
echo "Downloading SleekXMPP"