Skip to content

Commit

Permalink
Update package alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoboat committed Sep 28, 2022
1 parent a8078c0 commit 2452161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awscommons/v2/ecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/ecs"
ecsTypes "github.com/aws/aws-sdk-go-v2/service/ecs/types"
ecs_types "github.com/aws/aws-sdk-go-v2/service/ecs/types"
"github.com/gruntwork-io/go-commons/collections"
"github.com/gruntwork-io/go-commons/errors"
"github.com/gruntwork-io/go-commons/retry"
Expand Down Expand Up @@ -193,7 +193,7 @@ func allInstancesFullyDrained(responses []*ecs.DescribeContainerInstancesOutput)
return true, nil
}

func instanceFullyDrained(instance ecsTypes.ContainerInstance) bool {
func instanceFullyDrained(instance ecs_types.ContainerInstance) bool {
instanceArn := instance.ContainerInstanceArn

if *instance.Status == "ACTIVE" {
Expand Down

0 comments on commit 2452161

Please sign in to comment.