From 775c5bd3c60b0826d74cac6ba3ef917fcc4a43d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Fr=C3=B6mer?= Date: Thu, 16 Dec 2021 14:20:20 +0100 Subject: [PATCH] Update makefile box compile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Frömer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63591f8b..161e5865 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ csfix: ## Run phpcs fixer docker compose run php$(PHP_VERSION) vendor/bin/phpcbf box: ## Compile /build/composer-unused.phar - docker compose run php$(PHP_VERSION) php box.phar compile + docker compose run php$(PHP_VERSION) php .phive/box.phar compile ssh: ## SSH into container docker compose run php$(PHP_VERSION) /bin/sh