fix the git pull line
This commit is contained in:
parent
842e4a3f4a
commit
ce5fa543f2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue