diff --git a/start b/start index 6701a2c..cb333ff 100755 --- a/start +++ b/start @@ -1,8 +1,8 @@ #!/usr/bin/env bash -if [ -d ".venv"]; then +if [ -d ".venv" ]; then . .venv/bin/activate -elif [ -d "venv"]; then +elif [ -d "venv" ]; then . venv/bin/activate fi