change type

This commit is contained in:
2020-09-23 15:47:08 -04:00
parent 4e43b98a4f
commit 27b0dd46fe
+1 -1
View File
@@ -126,7 +126,7 @@ param(
[string]$Arguments='null',
[Parameter(Mandatory=$false,ParameterSetName='live-ps')]
[Parameter(Mandatory=$false,ParameterSetName='local')]
[System.Collections.ArrayList]$HaltIfRunning
[string[]]$HaltIfRunning
)
$LogName = $MyInvocation.MyCommand
If ( $Arguments -eq "null" ) { $Arguments = $null }