git.sh: fix bad call to ./update

Signed-off-by: Leah Rowe <leah@libreboot.org>
9020vga
Leah Rowe 2024-01-21 15:50:21 +00:00
parent 3e7e0c7d48
commit c996118294
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ fetch_config()
_target="${tree}"
done
[ -n "$tree_depend" ] && [ "$tree_depend" != "$tree" ] && \
x_ update trees -f "$project" "$tree_depend"; return 0
x_ ./update trees -f "$project" "$tree_depend"; return 0
}
load_target_config()