naming error

This commit is contained in:
2016-09-30 18:18:19 -04:00
parent d91df030be
commit 6a27b88465
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ cd /var/www/gitwrapper/$name
git stash
git pull --force origin $name
./scripts/setUp.sh
./scripts/setup.sh
python3 manage.py collectstatic --noinput
python3 manage.py migrate