diff --git a/Gruntfile.js b/Gruntfile.js index 2caf23795..814235cf4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -454,7 +454,7 @@ module.exports = grunt => { ) .then(title => { // TODO: restore once fixed on win - if (this.target !== 'win ') { + if (this.target !== 'win') { // Verify the window's title assert.equal(title, packageJson.productName); console.log('title ok');