From 822898e4a316e80946d1944519bb5bd621c8026e Mon Sep 17 00:00:00 2001 From: jondale Date: Sat, 17 Jan 2026 23:45:12 -0500 Subject: [PATCH] add km-hershey --- scripts/bundle.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/bundle.py b/scripts/bundle.py index ca7e2d5..cd00e4f 100755 --- a/scripts/bundle.py +++ b/scripts/bundle.py @@ -44,6 +44,12 @@ REPOS = [ "branch": "main", "directory": "km-hatch", }, + { + "name": "km-hershey", + "url": "https://git.knoxmakers.org/KnoxMakers/km-hershey.git", + "branch": "main", + "directory": "km-hershey", + }, ]