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