diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-04 10:02:59 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-04 10:02:59 +0100 |
commit | 923a96c18eae49c2f1c0a688d0d5d059efd22614 (patch) | |
tree | b865f431f9a72fe171f77b1501a35a16fe7d5370 /lbmk | |
parent | 1223bfaeefc2d49a1f522456befba11bc2a3e865 (diff) |
check git/version: properly call err()
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'lbmk')
-rwxr-xr-x | lbmk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ main() shift 2 check_git - check_project + check_project "fail" execute_command $@ lbmk_exit 0 |