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
|
||||
echo "Updating SleekXMPP"
|
||||
cd SleekXMPP
|
||||
git pull
|
||||
git pull origin master
|
||||
cd ..
|
||||
else
|
||||
echo "Downloading SleekXMPP"
|
||||
|
|
Loading…
Reference in a new issue