diff --git a/tools/webstore.js b/tools/webstore.js
index d9faceaa2..39d5fb7f1 100644
--- a/tools/webstore.js
+++ b/tools/webstore.js
@@ -9,7 +9,7 @@ var secrets = JSON.parse(fs.readFileSync(`../${pkg.meta.path}.keys/chrome-store.
request(`https://chrome.google.com/webstore/detail/${pkg.meta.chromeStoreID}`, function (error, response, body) {
- if (body && body.indexOf(``) > 0 && process.argv[2] !== 'force') {
+ if (body && body.indexOf(``) > 0 && process.argv[2] !== 'force') {
console.log(`Version ${v.version} already uploaded.`);
return;
}