git.sh: fix bad call to ./update

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-01-21 15:50:21 +00:00
parent 3e7e0c7d48
commit c996118294
+1 -1
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()