From acaea97b1f433094e45ddf1731337b1257b3ad1c Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Wed, 13 Feb 2019 21:46:51 +0100 Subject: [PATCH] Fix deploy.sh part II --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 59f7dbc..57239b0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -17,7 +17,7 @@ if [[ config.py.example -nt config.py ]]; then fi echo "Updating dependencies." -~/env/bin/pip install requirements.txt +~/env/bin/pip install -r requirements.txt echo "Migrating database." ~/env/bin/flask db upgrade