Skip to content

Commit

Permalink
tools: fix find-inactive-collaborators for recent README change
Browse files Browse the repository at this point in the history
I missed this change in 420cdc7.

PR-URL: #40163
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and targos committed Oct 4, 2021
1 parent 7bd62f4 commit 80fdedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/find-inactive-collaborators.mjs
Expand Up @@ -115,7 +115,7 @@ async function moveCollaboratorToEmeritus(peopleToMove) {
// the list, print out the remaining entries to be moved because they come
// alphabetically after the last item.
if (inCollaboratorEmeritusSection && line === '' &&
fileContents.endsWith('&gt;\n')) {
fileContents.endsWith('>\n')) {
while (textToMove.length) {
fileContents += textToMove.pop();
}
Expand Down

0 comments on commit 80fdedd

Please sign in to comment.