mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 08:23:14 +01:00
Improve build-repos.ps1
This commit is contained in:
parent
6678dea5f7
commit
139e7a4dd9
@ -9,7 +9,6 @@
|
||||
param($ParentDir = "$PWD")
|
||||
|
||||
try {
|
||||
"⏳ Building Git repositories at $($ParentDir)..."
|
||||
$StopWatch = [system.diagnostics.stopwatch]::startNew()
|
||||
|
||||
if (-not(test-path "$ParentDir" -pathType container)) { throw "Can't access directory: $ParentDir" }
|
||||
|
Loading…
Reference in New Issue
Block a user