diff --git a/source/index.js b/source/index.js index f03dadee..43a1c98b 100644 --- a/source/index.js +++ b/source/index.js @@ -156,7 +156,7 @@ module.exports = async (input = 'patch', options) => { enabled: () => options.yarn === true, task: () => exec('yarn', testCommand).pipe( catchError(error => { - if (error.message.includes(`Command “${testScript}” not found`)) { + if (error.message.includes(`Command "${testScript}" not found`)) { return []; }