Fix incorrect typings
This commit is contained in:
parent
34919991ae
commit
9bd014e2ce
|
@ -245,7 +245,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) {
|
||||||
|
|
Loading…
Reference in a new issue