fix(template): use absolute \ path before PATH refresh (git not yet in session PATH)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user