Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Fix composer path.
  • Loading branch information
ArnaudLigny authored Jul 8, 2019
1 parent be6760d commit a3db85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .forestry/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a3db85f

Please sign in to comment.