Skip to content

Commit

Permalink
Merge pull request #957 from t-richard/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Lift construct variable
  • Loading branch information
mnapoli authored Jun 18, 2021
2 parents 99b204a + d300e50 commit 4d552fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environment/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It is possible to deploy a S3 bucket in `serverless.yml` using the <a href="http

provider:
environment:
BUCKET_NAME: ${constructs:reports-bucket.bucketName}
BUCKET_NAME: ${construct:reports-bucket.bucketName}

constructs:
reports-bucket:
Expand Down

0 comments on commit 4d552fa

Please sign in to comment.