diff options
author | Rich Lundeen <richard.lundeen@gmail.com> | 2013-06-11 10:48:12 -0700 |
---|---|---|
committer | Rich Lundeen <richard.lundeen@gmail.com> | 2013-06-11 10:48:12 -0700 |
commit | af49f5cfaf656597a687c54498d6811b103d2751 (patch) | |
tree | f79dc5b15d405c1fbce8f9ada914a59a457f76f6 /Recon/Invoke-Portscan.ps1 | |
parent | 3ec7b95f8d586938c53c648a38a6b163deced8bf (diff) | |
download | PowerSploit-af49f5cfaf656597a687c54498d6811b103d2751.tar.gz PowerSploit-af49f5cfaf656597a687c54498d6811b103d2751.zip |
small style update
Diffstat (limited to 'Recon/Invoke-Portscan.ps1')
-rw-r--r-- | Recon/Invoke-Portscan.ps1 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |