Skip to content

Commit

Permalink
build.sh - Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Oct 4, 2020
1 parent f54f08e commit 3c05f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export PATH="$PRJDIR/bin:$PATH"
set -ex
composer install --prefer-dist --no-progress --no-suggest --no-dev
which box
php -d phar.read_only=0 `which box` build -v
php -d phar.readonly=0 `which box` build -v

0 comments on commit 3c05f2c

Please sign in to comment.