mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01:00
Update list-commits.ps1
This commit is contained in:
parent
b2a3d9c052
commit
c2f7e55177
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user