~craftyguy/ansible-nftables

5acad565f4013c0790778381a9f6f4916fe1cefa — BhEaN 3 years ago 5fb6f62
fix: allow sed command to run in Linux and MacOS
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 55,7 55,7 @@ deps/git-hooks:
		if [ "$$?" != "0" ]; then exit 1; fi; \
		$(call print_success, "Git-hooks initialized successfully!"); \
	fi
	@sed -i'' 's/^git-hooks/\.\/bin\/git-hooks/g' .git/hooks/*;
	@sed -i.bak 's/^git-hooks/\.\/bin\/git-hooks/g' .git/hooks/*; rm -f .git/hooks/*.bak

check-virtualenv:
	@$(call print_title, "Checking virtualenv:")