Skip to content

Commit 2942e68

Browse files
committed
[php] Fix typo in help output
1 parent 51b2004 commit 2942e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ acceptance-%: %
1212
cd $< && make acceptance
1313
.PHONY: acceptance-%
1414

15-
clean: $(patsubst %,clean-%,$(languages)) ## Remove all build artifacts and files generated by the acceptance tests for all supported languages
15+
clean: $(patsubst %,clean-%,$(languages)) ## Remove all build artifacts and files generated by the acceptance tests for all supported languages
1616
.PHONY: clean
1717

1818
clean-%: %
@@ -59,4 +59,4 @@ docker-run: ## Start a docker container with all languages and tools installed
5959
--tty \
6060
cucumber/cucumber-build:0.13.0 \
6161
bash
62-
.PHONY:
62+
.PHONY:

0 commit comments

Comments
 (0)