Update fetch-repo.ps1

This commit is contained in:
Markus Fleschutz 2021-03-15 14:45:10 +01:00 committed by GitHub
parent 242da20345
commit de1b241593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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