diff options
author | Leah Rowe <leah@libreboot.org> | 2023-05-18 09:23:23 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-05-18 09:23:23 +0100 |
commit | 6ce77652c6bbb2b2e93f62e21b4ed96c68bd3e74 (patch) | |
tree | 9aa4c7ddd7fe5e4abff900ec3121006c0841d626 /.gitcheck | |
parent | 8782bff8ef6f4411145eccc525c5bb5d9f6bff36 (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 | .gitcheck | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,4 +35,4 @@ else fi } -Run >/dev/null +Run $@ >/dev/null |