Fix Makefile comment

This commit is contained in:
IamTheFij 2020-11-16 15:51:41 -08:00
parent 67c2375bba
commit 88f77aa27c
1 changed files with 1 additions and 1 deletions

View File

@ -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