mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 22:38:34 +02:00
Updated fetch-repo.ps1
This commit is contained in:
parent
db26503982
commit
68711177c5
2
Scripts/fetch-repo.ps1
Normal file → Executable file
2
Scripts/fetch-repo.ps1
Normal file → Executable file
@ -9,7 +9,7 @@
|
|||||||
param($RepoDir = "$PWD")
|
param($RepoDir = "$PWD")
|
||||||
|
|
||||||
try {
|
try {
|
||||||
write-output "Fetching repository $RepoDir at $env:computername ..."
|
write-output "Fetching repository $RepoDir ..."
|
||||||
|
|
||||||
if (-not(test-path "$RepoDir")) { throw "Repository at $RepoDir is non-existing" }
|
if (-not(test-path "$RepoDir")) { throw "Repository at $RepoDir is non-existing" }
|
||||||
set-location "$RepoDir"
|
set-location "$RepoDir"
|
||||||
|
Loading…
Reference in New Issue
Block a user