Skip to content

Commit 8c03a51

Browse files
committed
Formatting.
1 parent 5cef7c7 commit 8c03a51

File tree

3 files changed

+228
-206
lines changed

3 files changed

+228
-206
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
if [ -d ".venv" ]
44
then
5-
source .venv/bin/activate
5+
. .venv/bin/activate
66
pip install -r requirements.txt
77
python3 wsgi.py
88
else
99
python3 -m venv .venv
10-
source .venv/bin/activate
10+
. .venv/bin/activate
1111
python3 -m pip install --upgrade pip
1212
pip install -r requirements.txt
1313
python3 wsgi.py

0 commit comments

Comments
 (0)