Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Cartwright <[email protected]>
  • Loading branch information
jyecusch and HomelessDinosaur authored Sep 11, 2024
1 parent d30160d commit d7e6e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/concepts/infrastructure-from-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { GetObjectCommand, S3Client } from '@aws-sdk/client-s3'
const client = new S3Client({})
const PROFILES_BUCKET = process.env.PROFILES_BUCKET

if (!bucket) {
if (!PROFILES_BUCKET) {
throw new Error('PROFILES_BUCKET environment variable not set')
}

Expand Down

0 comments on commit d7e6e2a

Please sign in to comment.