diff --git a/.forestry/install.sh b/.forestry/install.sh index 2a3cab4b..055087a8 100644 --- a/.forestry/install.sh +++ b/.forestry/install.sh @@ -2,7 +2,7 @@ echo "Downloading Cecil" curl -sSOL https://cecil.app/cecil.phar php cecil.phar --version -if [ -f "../composer.json" ]; then +if [ -f "./composer.json" ]; then echo "Installing theme(s)" composer install fi