From 27b0dd46fe065cfbfba93a340bf2004239470e5d Mon Sep 17 00:00:00 2001 From: dyoder Date: Wed, 23 Sep 2020 15:47:08 -0400 Subject: [PATCH] change type --- Tools.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools.ps1 b/Tools.ps1 index be5b1c2..69c5ac3 100644 --- a/Tools.ps1 +++ b/Tools.ps1 @@ -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 }