From 0e782e7ee502fc625b8d69acff8f15417ebaf768 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 1 Sep 2023 09:38:24 +0100 Subject: update the fetch scripts themselves the fetch scripts call themselves, for dependencies Signed-off-by: Leah Rowe --- script/update/project/trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/update/project/trees') diff --git a/script/update/project/trees b/script/update/project/trees index 20bc1587..c4290294 100755 --- a/script/update/project/trees +++ b/script/update/project/trees @@ -151,7 +151,7 @@ fetch_from_upstream() [ -d "${project}" ] || return 1 [ -d "${project}/${project}" ] && return 0 - ./fetch ${project} || return 1 + ./update project repo ${project} || return 1 } prepare_new_tree() -- cgit v1.2.1