summaryrefslogtreecommitdiff
path: root/.gitcheck
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-18 09:23:23 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-18 09:23:23 +0100
commit6ce77652c6bbb2b2e93f62e21b4ed96c68bd3e74 (patch)
tree9aa4c7ddd7fe5e4abff900ec3121006c0841d626 /.gitcheck
parent8782bff8ef6f4411145eccc525c5bb5d9f6bff36 (diff)
.gitcheck: actually *run* gitcheck-clean
Run() is called, but without argument. This patch fixes that. 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 3467a80b..c73c6b16 100755
--- a/.gitcheck
+++ b/.gitcheck
@@ -35,4 +35,4 @@ else
fi
}
-Run >/dev/null
+Run $@ >/dev/null