bash syntax fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
if [ $VIRTUAL_ENV=="" ]
|
||||
if [ "$VIRTUAL_ENV" == "" ]
|
||||
then
|
||||
source venv/bin/activate
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user