This commit is contained in:
Spencer Killen 2022-01-09 10:03:28 -07:00
parent a4a3440d53
commit c22060d8d8
No known key found for this signature in database
GPG Key ID: 750742B5BFA28418
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
if [[ -d venv ]]; then if [[ -d venv ]]; then
source ./venv/bin/activate source ./venv/bin/activate
return return
exit 0
fi fi
if ! [[ -f .env ]]; then if ! [[ -f .env ]]; then