fixed incorrect type assignment for $INTEGRATOR_ID
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
param(
|
param(
|
||||||
[Parameter(Mandatory=$true)][int]$CUSTOMER_ID,
|
[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"
|
[Parameter(Mandatory=$false)][string]$AGENT_FILENAME="EmberkomAgentSetup.exe"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user