Fix incorrect typings

This commit is contained in:
Manuel Thalmann 2024-08-22 11:11:12 +02:00
parent 2473235dd4
commit e9778289b8

View file

@ -242,7 +242,7 @@ $null = New-Module {
[Nullable[InstallerAction]] $Action = $null
)
[bool] $install = $null;
[bool] $install = $false;
$arguments = [hashtable]@{ };
if ($null -ne $Action) {