From 828697c80d0fcb052ae5a051cb6bc1e42cee79ed Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Tue, 8 Feb 2022 00:24:12 -0800 Subject: [PATCH] Fix a typo in the "phpunit" command (#329) --- bin/sail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sail b/bin/sail index 37a1a87b..9c00e82a 100755 --- a/bin/sail +++ b/bin/sail @@ -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