fixed incorrect type assignment for $INTEGRATOR_ID

This commit is contained in:
2021-01-21 12:41:31 -05:00
parent b063f1a833
commit ac7bef5019
+1 -1
View File
@@ -1,6 +1,6 @@
param(
[Parameter(Mandatory=$true)][int]$CUSTOMER_ID,
[Parameter(Mandatory=$true)][int]$INTEGRATOR_ID,
[Parameter(Mandatory=$true)][string]$INTEGRATOR_ID,
[Parameter(Mandatory=$false)][string]$AGENT_FILENAME="EmberkomAgentSetup.exe"
)