Missing --upgrade in weboob pip install

This commit is contained in:
Lucas Verney 2017-11-27 21:01:12 +01:00
parent cc56119d31
commit 96d79dd9ba
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
echo "Updating Weboob..." echo "Updating Weboob..."
cd /home/user/weboob cd /home/user/weboob
git pull git pull
pip install . pip install --upgrade .
echo "Fetching housing posts..." echo "Fetching housing posts..."
cd /home/user/app cd /home/user/app