This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fgrep -> grep -F
pull/2193/head
Slavi Pantaleev
3 years ago
parent
716efe7ad5
commit
d44b037850
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -1,7 +1,7 @@
.PHONY: lint
help: ## Show this help.
@
f
grep -h "##" $(MAKEFILE_LIST) |
f
grep -v
f
grep | 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
Write
Preview
Loading…
Cancel
Save