From 88f77aa27c9252a3337aa4c5364467b3605404c9 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 16 Nov 2020 15:51:41 -0800 Subject: [PATCH] Fix Makefile comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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