git.sh: rename fetch_project_repo to fetch_project

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