mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
git.sh: fix bad call to ./update
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user