From 4ac963a009f85756d5e2ec0da13954e11d774324 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 10 Jun 2018 14:17:35 +0200 Subject: [PATCH] fix: Add on local modifications Signed-off-by: Knut Ahlers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de48f8d..af6a256 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ default: auto-hook-pre-commit: git status --porcelain | grep -q '^.M filters.txt' && python3 checksum.py || true - git status --porcelain | grep -q '^M filters.txt' && git add filters.txt || true + git status --porcelain | grep -q '^M. filters.txt' && git add filters.txt || true