.gitcheck: actually *run* gitcheck-clean

Run() is called, but without argument.

This patch fixes that.

Signed-off-by: Leah Rowe <leah@libreboot.org>
fsdg20230625
Leah Rowe 2023-05-18 09:23:23 +01:00
parent 8782bff8ef
commit 6ce77652c6
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ else
fi
}
Run >/dev/null
Run $@ >/dev/null