From e9277e9a20e6e1e71c2a312d5a6720e9c8585686 Mon Sep 17 00:00:00 2001 From: jondale Date: Thu, 15 Jan 2026 19:04:02 -0500 Subject: [PATCH] fix typo --- scripts/bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bundle.sh b/scripts/bundle.sh index 399ede4..4c16a9a 100755 --- a/scripts/bundle.sh +++ b/scripts/bundle.sh @@ -10,7 +10,7 @@ mkdir -p "$EXT_DIR" # Format: name|repo_url|branch|dest_subdir_under_extensions REPOS=( - "boxbot3000|https://github.com/jondale/boxbot3000.git|main|boxbot3000" + "botbox3000|https://github.com/jondale/botbox3000.git|main|botbox3000" "km-living-hinge|https://github.com/KnoxMakers/km-living-hinge.git|main|km-living-hinge" "km-plot|https://git.knoxmakers.org/KnoxMakers/km-plot.git|main|km-plot" )