From 980ebe8315dddba6d704eec3c867604431037959 Mon Sep 17 00:00:00 2001 From: jondale Date: Thu, 15 Jan 2026 19:07:12 -0500 Subject: [PATCH] typo --- scripts/bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bundle.sh b/scripts/bundle.sh index 4c16a9a..2aaa326 100755 --- a/scripts/bundle.sh +++ b/scripts/bundle.sh @@ -38,7 +38,7 @@ sync_one() { post_process() { echo "==> Post-processing bundled extensions" - local inx="$EXT_DIR/boxbot3000/botbox.inx" + local inx="$EXT_DIR/botbox3000/botbox.inx" if [[ ! -f "$inx" ]]; then echo "ERROR: expected file not found: $inx" exit 1