mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
not lower..
This commit is contained in:
parent
dbefff4e02
commit
cdcb73f137
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ fs.readdir(pluginPath, (err, rootFiles) => {
|
|||
if (readme.toLowerCase().indexOf('travis') !== -1) {
|
||||
console.warn('Remove Travis badges');
|
||||
}
|
||||
if (readme.toLowerCase().indexOf('workflows/Node.js%20Package/badge.svg') === -1) {
|
||||
if (readme.indexOf('workflows/Node.js%20Package/badge.svg') === -1) {
|
||||
console.warn('No Github workflow badge detected');
|
||||
if (autoFix) {
|
||||
readme = `${badgeOne} ${badgeTwo}\n${readme}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue