mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 15:03:44 +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}"
|
_target="${tree}"
|
||||||
done
|
done
|
||||||
[ -n "$tree_depend" ] && [ "$tree_depend" != "$tree" ] && \
|
[ -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()
|
load_target_config()
|
||||||
|
|||||||
Reference in New Issue
Block a user