Fix broken signature of Restart-Intermediate

This commit is contained in:
Manuel Thalmann 2024-08-19 12:07:26 +02:00
parent 6414d449eb
commit 36f78e0358

View file

@ -153,7 +153,7 @@ $null = New-Module {
#>
function Restart-Intermediate {
param(
[Parameter(ParameterSetName="Default", Mandatory)]
[Parameter(ParameterSetName="Default")]
[switch] $DefaultUser,
[Parameter(ParameterSetName="Current", Mandatory)]
[switch] $CurrentUser