mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 16:33:20 +01:00
Update fetch-repo.ps1
This commit is contained in:
parent
a234770e97
commit
b2a3d9c052
@ -9,7 +9,7 @@
|
||||
param($RepoDir = "$PWD")
|
||||
|
||||
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" }
|
||||
set-location "$RepoDir"
|
||||
|
Loading…
Reference in New Issue
Block a user