Skip to content

Commit

Permalink
Fix dry-run debug logging s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliufdmg committed May 21, 2024
1 parent 04ecf7f commit 5849ae7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5849ae7

Please sign in to comment.