Skip to content

Commit

Permalink
feat(core): fix linting issues (#21012)
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaSayadi committed Oct 26, 2022
1 parent 12e6734 commit b9080c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/lib/api/aws-auth/sdk-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export class SdkProvider {
debug(`Assuming role '${roleArn}'.`);

region = region ?? this.defaultRegion;
const roleSessionName = process.env.AWS_CDK_ROLE_SESSION_NAME || `aws-cdk-${safeUsername()}`;
const roleSessionName = process.env.AWS_CDK_ROLE_SESSION_NAME || `aws-cdk-${safeUsername()}`;
const creds = new AWS.ChainableTemporaryCredentials({
params: {
RoleArn: roleArn,
Expand Down

0 comments on commit b9080c8

Please sign in to comment.