mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-03 13:40:35 +02:00
Update fetch-repo.ps1
This commit is contained in:
parent
242da20345
commit
de1b241593
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user