mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-25 05:26:47 +01: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")
|
||||
|
||||
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" }
|
||||
set-location "$RepoDir"
|
||||
|
Loading…
Reference in New Issue
Block a user