From af49f5cfaf656597a687c54498d6811b103d2751 Mon Sep 17 00:00:00 2001 From: Rich Lundeen Date: Tue, 11 Jun 2013 10:48:12 -0700 Subject: small style update --- Recon/Invoke-Portscan.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Recon/Invoke-Portscan.ps1') diff --git a/Recon/Invoke-Portscan.ps1 b/Recon/Invoke-Portscan.ps1 index d0e3fcf..d227293 100644 --- a/Recon/Invoke-Portscan.ps1 +++ b/Recon/Invoke-Portscan.ps1 @@ -630,9 +630,9 @@ http://webstersprodigy.net { [bool] $Pn = Convert-SwitchtoBool ($Pn) - $sn = Convert-SwitchtoBool ($sn) - $q = Convert-SwitchtoBool ($q) - $F = Convert-SwitchtoBool ($F) + [bool] $sn = Convert-SwitchtoBool ($sn) + [bool] $q = Convert-SwitchtoBool ($q) + [bool] $F = Convert-SwitchtoBool ($F) ######### #parse arguments -- cgit v1.2.3