diff --git a/Makefile b/Makefile index 3b2c0f9..7e93806 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ $(PRE_COMMIT_ENV_BIN)/pre-commit: $(PRE_COMMIT_ENV) .PHONY: install-hooks install-hooks: $(PRE_COMMIT_ENV_BIN)/pre-commit - $(PRE_COMMIT_ENV_BIN)/pre-commit install-hooks + $(PRE_COMMIT_ENV_BIN)/pre-commit install --install-hooks # Checks files for encryption .PHONY: check