Skip to content

Commit

Permalink
chore: fix build.sh path
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Gehrsitz <[email protected]>
  • Loading branch information
mryel00 committed Nov 22, 2023
1 parent 9a1e61c commit 41e1e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pull_apps() {
}

main() {
. "${SRC_DIR}/bin/build.sh"
. "${SRC_DIR}/../bin/build.sh"

pull_apps
}
Expand Down

0 comments on commit 41e1e40

Please sign in to comment.