From dbefff4e0254da7eff0b9d80f2816408a7e3df3b Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 8 Feb 2021 12:37:51 +0000 Subject: [PATCH] introduce missing smi --- src/bin/plugins/checkPlugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/plugins/checkPlugin.js b/src/bin/plugins/checkPlugin.js index fcb25aedf..2b9c91617 100755 --- a/src/bin/plugins/checkPlugin.js +++ b/src/bin/plugins/checkPlugin.js @@ -326,7 +326,7 @@ fs.readdir(pluginPath, (err, rootFiles) => { console.warn('Remove Travis badges'); } if (readme.toLowerCase().indexOf('workflows/Node.js%20Package/badge.svg') === -1) { - console.warn('No Github workflow badge detected') + console.warn('No Github workflow badge detected'); if (autoFix) { readme = `${badgeOne} ${badgeTwo}\n${readme}`; }