Skip to content

Commit

Permalink
removed brace
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Mar 18, 2022
1 parent 5d36999 commit 00da3f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/aws-cdk/lib/api/aws-auth/awscli-compatible.ts
Expand Up @@ -60,7 +60,6 @@ export class AwsCliCompatible {
sources.push(() => profileCredentials(implicitProfile));
sources.push(() => new AWS.SsoCredentials({ profile: implicitProfile }));
sources.push(() => new AWS.ProcessCredentials({ profile: implicitProfile }));
//}

if (options.containerCreds ?? hasEcsCredentials()) {
sources.push(() => new AWS.ECSCredentials());
Expand Down

0 comments on commit 00da3f7

Please sign in to comment.