From 1b3c3906e93706c8abdf568e8bd7d217bf2a3c93 Mon Sep 17 00:00:00 2001 From: Martin Petr Date: Sun, 18 Jan 2026 21:08:38 +0100 Subject: [PATCH] Update setup.bat --- setup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.bat b/setup.bat index 9989b51..84536a2 100644 --- a/setup.bat +++ b/setup.bat @@ -33,7 +33,7 @@ echo. echo === Running Setup Script === :: Navigating back to the root if necessary or running from current location cd ../.. -npx bun scripts/setup.ts %GIT_USER% %GIT_PASS% +npx bun repos/tooling/scripts/setup.ts %GIT_USER% %GIT_PASS% echo. echo Setup process complete.