diff --git a/setup.bat b/setup.bat index 661d32f..30ba3fa 100644 --- a/setup.bat +++ b/setup.bat @@ -4,7 +4,7 @@ set /p "GIT_PASS=Enter Password: " :: Encode special characters in password for the URL if necessary :: Note: This uses the format https://user:pass@host -set "REPO_URL=https://%GIT_USER%:%GIT_PASS%@git.martinpetr.dev/darujdal.cz/app.git" +set "REPO_URL=https://darujdal-%GIT_USER%:%GIT_PASS%@git.martinpetr.dev/darujdal.cz/app.git" echo. echo === Cloning Repository and Submodules ===