Skip to content

Commit

Permalink
Merge pull request #239 from sammcgeown/patch-1
Browse files Browse the repository at this point in the history
Update Remove-vRACodeStreamExecution.ps1
  • Loading branch information
jonathanmedd authored Aug 19, 2020
2 parents c910278 + 5c1b7ef commit 3ae24cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Remove-vRACodeStreamExecution {

'ById' {

foreach ($ExecutionId in $Id) {E
foreach ($ExecutionId in $Id) {

if ($PSCmdlet.ShouldProcess($ExecutionId)){

Expand Down

0 comments on commit 3ae24cd

Please sign in to comment.