Skip to content

Commit

Permalink
Fix a typo in the "phpunit" command (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
misenhower committed Feb 8, 2022
1 parent 30b717b commit 828697c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sail
Expand Up @@ -160,7 +160,7 @@ if [ $# -gt 0 ]; then

if [ "$EXEC" == "yes" ]; then
docker-compose exec \
-u sail
-u sail \
"$APP_SERVICE" \
php vendor/bin/phpunit "$@"
else
Expand Down

0 comments on commit 828697c

Please sign in to comment.