From 3ecb39f65e7dd1d28c091d651fded623071f9fb0 Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Mon, 7 Feb 2022 16:15:10 -0800 Subject: [PATCH] Fix a typo in the "phpunit" command --- 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