git.sh: fix bad call to ./update

Signed-off-by: Leah Rowe <info@minifree.org>
audit2-merge1
Leah Rowe 2024-01-21 15:49:46 +00:00
parent 3056a38eaf
commit 47a39b9ec1
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()