Update setup.bat

This commit is contained in:
2026-01-18 21:08:38 +01:00
parent 292f1e6330
commit 1b3c3906e9

View File

@@ -33,7 +33,7 @@ echo.
echo === Running Setup Script === echo === Running Setup Script ===
:: Navigating back to the root if necessary or running from current location :: Navigating back to the root if necessary or running from current location
cd ../.. cd ../..
npx bun scripts/setup.ts %GIT_USER% %GIT_PASS% npx bun repos/tooling/scripts/setup.ts %GIT_USER% %GIT_PASS%
echo. echo.
echo Setup process complete. echo Setup process complete.