Explorar el Código

fgrep -> grep -F

pull/2193/head
Slavi Pantaleev hace 3 años
padre
commit
d44b037850
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -1,7 +1,7 @@
.PHONY: lint

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
ansible-lint

Cargando…
Cancelar
Guardar