Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiller08 committed Oct 13, 2021
1 parent 0f3617a commit 8adb2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class Certbot extends cdk.Construct {
managedPolicies,
});

props.bucket.grantWrite(role)
props.bucket.grantWrite(role);

this.handler = new lambda.Function(this, 'handler', {
runtime: lambda.Runtime.PYTHON_3_8,
Expand Down

0 comments on commit 8adb2cd

Please sign in to comment.