Skip to content

Commit 58b16c8

Browse files
committed
lint fix
1 parent 7466f6e commit 58b16c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ class ResembleHelper extends Helper {
442442
await this._addMochaContext(baseImage, misMatch, options);
443443
if (awsC !== undefined) {
444444
if (awsC.skipS3Upload) {
445-
this.debug(`Uploading to S3 is skipped due to skipS3Upload is set`);
445+
this.debug("Uploading to S3 is skipped due to skipS3Upload is set");
446446
} else {
447447
await this._upload(
448448
awsC.accessKeyId,

0 commit comments

Comments
 (0)