Improve build-repos.ps1

This commit is contained in:
Markus Fleschutz 2021-04-19 08:51:06 +02:00
parent 6678dea5f7
commit 139e7a4dd9

View File

@ -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" }