Allow leaving install action unspecified
This commit is contained in:
parent
b48821eeff
commit
a2aefa515c
|
@ -179,7 +179,7 @@ $null = New-Module {
|
|||
#>
|
||||
function Deploy-SoftwareAction {
|
||||
param(
|
||||
[InstallerAction] $Action = $null
|
||||
[Nullable[InstallerAction]] $Action = $null
|
||||
)
|
||||
|
||||
[bool] $install = $null;
|
||||
|
|
Loading…
Reference in a new issue