Update list-repos.ps1

This commit is contained in:
Markus Fleschutz 2022-03-28 12:16:50 +02:00 committed by GitHub
parent eca4d1571f
commit 3753ef3b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<#
.SYNOPSIS
List Git repositories
Lists Git repositories
.DESCRIPTION
This PowerShell script lists the details of all Git repositories in a folder.
.PARAMETER ParentDir
@ -49,4 +49,4 @@ try {
} catch {
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"
exit 1
}
}