git.sh: rename Fetch_project_trees fetch_targets

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-29 19:59:16 +01:00
parent e0c244f37b
commit 7bf2835207
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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