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:")