removed superfluous coma

This commit is contained in:
Karl-Wilfried Zimmer 2024-07-14 13:04:40 +02:00
parent b1e447d652
commit d508ea6730

View File

@ -1,7 +1,7 @@
[CmdletBinding()] [CmdletBinding()]
param ( param (
[string] [string]
$Server, $Server
) )
$Projects $Projects