Skip to content

Commit

Permalink
build: Fix incorrect echo statement in Makefile (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Oct 6, 2023
1 parent 315a9c1 commit c48f487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirement-checker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c48f487

Please sign in to comment.