From 3936494d6a9cb54af927b81da9048720664dc4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Fri, 6 Oct 2023 18:25:01 +0200 Subject: [PATCH] build: Fix incorrect echo statement in Makefile --- requirement-checker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirement-checker/Makefile b/requirement-checker/Makefile index e624bd1a8..1349ceb9e 100644 --- a/requirement-checker/Makefile +++ b/requirement-checker/Makefile @@ -195,7 +195,7 @@ _vendor_install: vendor: composer.lock $(MAKE) vendor_install composer.lock: composer.json - @echo $(ERROR_COLOR)$(@) is not up to date. You may want to run the following command:$(NO_COLOR) + @echo "$(ERROR_COLOR)$(@) is not up to date. You may want to run the following command:$(NO_COLOR)" @echo "$$ composer update --lock && touch -c $(@)" $(PHPUNIT_BIN): composer.lock