Update list-commits.ps1

This commit is contained in:
Markus Fleschutz 2021-03-15 14:49:11 +01:00 committed by GitHub
parent b2a3d9c052
commit c2f7e55177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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