Had to fix variable in check to $0

This commit is contained in:
Tristan Ancelet 2023-11-24 17:52:36 -06:00
parent 2f51c2dd9d
commit f59bef3428

View File

@ -3,7 +3,7 @@
## If user is not running this in the root of the project dir
if [[ ! -d utils ]]; then
## Change directory to project dir
cd `dirname $1`
cd `dirname $0`
cd ..
fi