Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jun 4, 2024
1 parent 7466f6e commit 58b16c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ class ResembleHelper extends Helper {
await this._addMochaContext(baseImage, misMatch, options);
if (awsC !== undefined) {
if (awsC.skipS3Upload) {
this.debug(`Uploading to S3 is skipped due to skipS3Upload is set`);
this.debug("Uploading to S3 is skipped due to skipS3Upload is set");
} else {
await this._upload(
awsC.accessKeyId,
Expand Down

0 comments on commit 58b16c8

Please sign in to comment.