From 41e1e405e93b9816ec3d963a82da338095f501a3 Mon Sep 17 00:00:00 2001 From: Patrick Gehrsitz Date: Wed, 22 Nov 2023 17:11:06 +0100 Subject: [PATCH] chore: fix build.sh path Signed-off-by: Patrick Gehrsitz --- tools/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update.sh b/tools/update.sh index 1389c133..067682fc 100755 --- a/tools/update.sh +++ b/tools/update.sh @@ -38,7 +38,7 @@ pull_apps() { } main() { - . "${SRC_DIR}/bin/build.sh" + . "${SRC_DIR}/../bin/build.sh" pull_apps }