Skip to content

Commit

Permalink
Alias stupidly long name
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley committed Feb 22, 2019
1 parent d42530d commit ce01726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecs-cli/modules/cli/regcreds/regcreds_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/aws/amazon-ecs-cli/ecs-cli/modules/utils"
"github.com/aws/amazon-ecs-cli/ecs-cli/modules/utils/regcredio"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi"
taggngSDK "github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi"
"github.com/aws/aws-sdk-go/service/secretsmanager"
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
Expand Down Expand Up @@ -334,7 +334,7 @@ func tagRegistryCredentials(creds map[string]regcredio.CredsOutputEntry, tags ma
arns = append(arns, aws.String(credInfo.CredentialARN))
}

input := &resourcegroupstaggingapi.TagResourcesInput{
input := &taggngSDK.TagResourcesInput{
ResourceARNList: arns,
Tags: tags,
}
Expand Down

0 comments on commit ce01726

Please sign in to comment.