diff --git a/Makefile b/Makefile index 0c4372f..8ee3703 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ test: install-hooks: pre-commit install --install-hooks -# Checks files for encryption +# Runs pre-commit checks on files .PHONY: check check: pre-commit run --all-files