mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 06:20:42 +02:00
Update fetch-repo.ps1
This commit is contained in:
parent
242da20345
commit
de1b241593
@ -9,7 +9,7 @@
|
|||||||
param($RepoDir = "$PWD")
|
param($RepoDir = "$PWD")
|
||||||
|
|
||||||
try {
|
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" }
|
if (-not(test-path "$RepoDir")) { throw "Can't access Git repository at: $RepoDir" }
|
||||||
set-location "$RepoDir"
|
set-location "$RepoDir"
|
||||||
|
Loading…
Reference in New Issue
Block a user