From c22060d8d898d76e1ab79ede08d081c0f6268f40 Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Sun, 9 Jan 2022 10:03:28 -0700 Subject: [PATCH] !fixup a4a3440d53 --- create_venv.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/create_venv.bash b/create_venv.bash index 6ed6195..3fe28ae 100755 --- a/create_venv.bash +++ b/create_venv.bash @@ -3,6 +3,7 @@ if [[ -d venv ]]; then source ./venv/bin/activate return + exit 0 fi if ! [[ -f .env ]]; then