stop ssh agent only if building vendors

This commit is contained in:
David Refoua
2022-10-17 19:52:15 +03:30
parent 7995f34981
commit 71536ddddf
2 changed files with 10 additions and 10 deletions

View File

@ -92,7 +92,7 @@ function Get-GHTempPath {
return $temp
}
function Get-VersionStr() {
function Get-VersionStr {
# Clear existing variable
if ($string) { Clear-Variable -name string }