Update fetch-repo.ps1

This commit is contained in:
Markus Fleschutz
2021-03-15 14:48:43 +01:00
committed by GitHub
parent a234770e97
commit b2a3d9c052

View File

@ -9,7 +9,7 @@
param($RepoDir = "$PWD") param($RepoDir = "$PWD")
try { try {
write-output "Fetching Git repository $RepoDir ..." write-output "Fetching updates in Git repository $RepoDir ..."
if (-not(test-path "$RepoDir")) { throw "Can't access Git repository at: $RepoDir" } if (-not(test-path "$RepoDir")) { throw "Can't access Git repository at: $RepoDir" }
set-location "$RepoDir" set-location "$RepoDir"