From ce44dfb04257b718fd8d47d1468028a9553d5619 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 7a8031f2..decc40dc 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ csfix: docker exec -it $(CONTAINER) vendor/bin/phpcbf box: - docker exec -it $(CONTAINER) php box.phar compile + docker exec -it $(CONTAINER) php .phive/box.phar compile ssh: docker exec -it $(CONTAINER) /bin/sh