mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
git.sh: rename fetch_project_repo to fetch_project
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ build_project()
|
||||
{
|
||||
if [ "$mode" = "fetch" ]; then
|
||||
[ -f "CHANGELOG" ] && return 0
|
||||
fetch_project_repo; return 0
|
||||
fetch_project; return 0
|
||||
fi
|
||||
|
||||
load_project_config "$cfgsdir" 0 || return 0
|
||||
|
||||
Reference in New Issue
Block a user