diff --git a/secure-standalone.ps1 b/secure-standalone.ps1 index 54cae2e..1558abf 100644 --- a/secure-standalone.ps1 +++ b/secure-standalone.ps1 @@ -33,7 +33,7 @@ param( [Parameter(Mandatory = $false)] [bool]$nessusPID = $true, [Parameter(Mandatory = $false)] - [bool]$horizon = $true, + [bool]$horizon = $true ) ######SCRIPT FOR FULL INSTALL AND CONFIGURE ON STANDALONE MACHINE#####