From 5849ae7f4f84fd91d98a9c81053189390b9f1c6f Mon Sep 17 00:00:00 2001 From: Willem Liu Date: Tue, 21 May 2024 10:10:53 +0200 Subject: [PATCH] Fix dry-run debug logging s3 bucket --- src/app.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app.ts b/src/app.ts index be0a338..53249e4 100644 --- a/src/app.ts +++ b/src/app.ts @@ -244,9 +244,7 @@ async function init(props: { console.log(hashes); } if (argv.dryRun) { - console.log( - `Dry-run: files not uploaded to S3 ${process.env.IMGIX_UPLOAD_DEV_S3_BUCKET_URL}` - ); + console.log(`Dry-run: files not uploaded to S3 ${Bucket}`); } if (!argv.dryRun) {