1
0
mirror of https://github.com/Luzifer/browser-privacy.git synced 2024-09-16 11:58:24 +00:00

fix: Add on local modifications

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-06-10 14:17:35 +02:00
parent b954e6e462
commit 4ac963a009
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

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