mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
introduce missing smi
This commit is contained in:
parent
7db1e55290
commit
dbefff4e02
1 changed files with 1 additions and 1 deletions
|
@ -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}`;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue