Skip to content

Commit

Permalink
Removed break, added Return
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTruncer committed Jul 7, 2015
1 parent da7a47a commit 389cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Invoke-EgressAssess.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function Invoke-EgressAssess
$wc.UploadString($uri, $Data)
$totalupload += $sizedata
Write-Verbose "Transaction Complete!"
break
Return
}
elseif ($Datatype -notcontains "ssn" -or "cc" -or "names")
{
Expand Down

0 comments on commit 389cc5b

Please sign in to comment.