From 58b16c8a9849c6af02d661762a91b027ec4c1e2e Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Tue, 4 Jun 2024 11:22:11 +0200 Subject: [PATCH] lint fix --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 47bb1ca..a22324f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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,