Skip to content

Commit

Permalink
remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip committed Oct 10, 2023
1 parent 8aec7ad commit 14ab683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ down:
## Initialise repository - run install-magento
.PHONY: init
init:
echo $(filter $(PHP),$(VERSIONS))
ifeq ($(filter $(PHP),$(VERSIONS)),)
docker-compose exec web dockerize -wait tcp://db:3306 -timeout 60m /usr/local/bin/install-magento
else
Expand Down

0 comments on commit 14ab683

Please sign in to comment.