.gitcheck: actually *run* gitcheck-clean

Run() is called, but without argument.

This patch fixes that.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-05-18 09:23:23 +01:00
parent 8782bff8ef
commit 6ce77652c6
+1 -1
View File
@@ -35,4 +35,4 @@ else
fi
}
Run >/dev/null
Run $@ >/dev/null