Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit d7e6e2a

Browse files
fix typo
Co-authored-by: Ryan Cartwright <[email protected]>
1 parent d30160d commit d7e6e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/concepts/infrastructure-from-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { GetObjectCommand, S3Client } from '@aws-sdk/client-s3'
4141
const client = new S3Client({})
4242
const PROFILES_BUCKET = process.env.PROFILES_BUCKET
4343

44-
if (!bucket) {
44+
if (!PROFILES_BUCKET) {
4545
throw new Error('PROFILES_BUCKET environment variable not set')
4646
}
4747

0 commit comments

Comments
 (0)