Skip to content

Commit

Permalink
πŸ› typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Feb 26, 2024
1 parent 9258cf2 commit 0851f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/deploytasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ exports.handler = async (event, context) => {
deleteRemoved: deleteRemoved,
s3Params: {
Bucket: bucket,
ACL: IsHeadless ? 'publc-read' : 'private',
ACL: IsHeadless ? 'public-read' : 'private',
Prefix: prefix,
},
})
Expand Down

0 comments on commit 0851f83

Please sign in to comment.