From 5fdc11ff93499566985edff91089ecbd20c25637 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 24 Oct 2019 14:16:01 -0700 Subject: [PATCH] Update hook installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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