Skip to content

Commit

Permalink
Get-ATEBEnvironmentResourceList - Incluce Launching
Browse files Browse the repository at this point in the history
  • Loading branch information
fireflycons committed Nov 13, 2019
1 parent f0e8289 commit 1acee6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-toolbox/Public/EB/Get-ATEBEnvironmentResourceList.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function Get-ATEBEnvironmentResourceList

$allEnvs = $env |
Where-Object {
('Updating', 'Ready') -icontains $_.Status
('Launching', 'Updating', 'Ready') -icontains $_.Status
} |
ForEach-Object {

Expand Down

0 comments on commit 1acee6d

Please sign in to comment.