summaryrefslogtreecommitdiff
path: root/lbmk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-04 10:02:59 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-04 10:02:59 +0100
commit923a96c18eae49c2f1c0a688d0d5d059efd22614 (patch)
treeb865f431f9a72fe171f77b1501a35a16fe7d5370 /lbmk
parent1223bfaeefc2d49a1f522456befba11bc2a3e865 (diff)
check git/version: properly call err()
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'lbmk')
-rwxr-xr-xlbmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lbmk b/lbmk
index 6ccf4db5..b2e97b00 100755
--- a/lbmk
+++ b/lbmk
@@ -24,7 +24,7 @@ main()
shift 2
check_git
- check_project
+ check_project "fail"
execute_command $@
lbmk_exit 0