From 1f934d5ab556b0e7948971a48f4d6a10fe1f8a1d Mon Sep 17 00:00:00 2001 From: dyoder Date: Wed, 3 Feb 2021 09:58:32 -0500 Subject: [PATCH] remove default switch value --- Install-AteraAgent.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-AteraAgent.ps1 b/Install-AteraAgent.ps1 index 3469199..0c8fb74 100644 --- a/Install-AteraAgent.ps1 +++ b/Install-AteraAgent.ps1 @@ -2,7 +2,7 @@ [Parameter(Mandatory=$true)][int]$CUSTOMER_ID, [Parameter(Mandatory=$true)][string]$INTEGRATOR_ID, [Parameter(Mandatory=$false)][string]$AGENT_FILENAME="EmberkomAgentSetup.exe", - [Parameter(Mandatory=$false)][switch]$FORCE=$false + [Parameter(Mandatory=$false)][switch]$FORCE ) ## Source the Tools.ps1 script