fix(template): use absolute \ path before PATH refresh (git not yet in session PATH)

This commit is contained in:
Simone
2026-05-11 21:01:24 +02:00
parent 2693c9dc42
commit b89fc7340d
2 changed files with 586 additions and 11 deletions
+1 -1
View File
@@ -1081,7 +1081,7 @@ if (Test-Path $gitExe) {
throw "Git installation failed (exit $($gitProc.ExitCode))."
}
Write-Host "Git installed: $(git --version 2>&1)"
Write-Host "Git installed: $(& $gitExe --version 2>&1)"
}
# Refresh PATH whether freshly installed or already present