Skip to content

Commit

Permalink
Merge pull request #28 from ChrisTruncer/psh_u
Browse files Browse the repository at this point in the history
Removed break, added Return
  • Loading branch information
ChrisTruncer committed Jul 7, 2015
2 parents da7a47a + 389cc5b commit 7bab429
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 7bab429

Please sign in to comment.