Fix incorrect typings

This commit is contained in:
Manuel Thalmann 2024-08-22 11:11:12 +02:00
parent fb29aa6efa
commit 9c7307d293

View file

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