summaryrefslogtreecommitdiff
path: root/.gitcheck
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-18 09:47:44 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-18 09:47:44 +0100
commitdd8fb524df765dc000991b19d18bd2dec44a9d5e (patch)
treeed2f756c97e3ffebba7edab924e3e5e6973cbc96 /.gitcheck
parent82c4d7b280f9f38c7e46afc4bfa26365d0083e21 (diff)
.gitcheck: re-add redirection to /dev/null
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to '.gitcheck')
-rwxr-xr-x.gitcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitcheck b/.gitcheck
index f5db1f20..2973342c 100755
--- a/.gitcheck
+++ b/.gitcheck
@@ -74,4 +74,4 @@ unset_placeholders()
fi
}
-main $@
+main $@ > /dev/null 2> /dev/null