fgrep -> grep -F
This commit is contained in:
parent
716efe7ad5
commit
d44b037850
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
|
|
||||||
help: ## Show this help.
|
help: ## Show this help.
|
||||||
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'
|
@grep -F -h "##" $(MAKEFILE_LIST) | grep -v grep | sed -e 's/\\$$//' | sed -e 's/##//'
|
||||||
|
|
||||||
lint: ## Runs ansible-lint against all roles in the playbook
|
lint: ## Runs ansible-lint against all roles in the playbook
|
||||||
ansible-lint
|
ansible-lint
|
||||||
|
|
Loading…
Reference in a new issue