Skip to content

Commit

Permalink
Merge pull request #133 from FDMediagroep/fix-dry-run-debug-logging
Browse files Browse the repository at this point in the history
Fix dry-run debug logging s3 bucket
  • Loading branch information
willemliufdmg authored May 21, 2024
2 parents 9854f44 + 86d8ff6 commit f552b65
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 f552b65

Please sign in to comment.