Skip to content

Commit 80fdedd

Browse files
Trotttargos
authored andcommittedOct 4, 2021
tools: fix find-inactive-collaborators for recent README change
I missed this change in 420cdc7. PR-URL: #40163 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 7bd62f4 commit 80fdedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/find-inactive-collaborators.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async function moveCollaboratorToEmeritus(peopleToMove) {
115115
// the list, print out the remaining entries to be moved because they come
116116
// alphabetically after the last item.
117117
if (inCollaboratorEmeritusSection && line === '' &&
118-
fileContents.endsWith('&gt;\n')) {
118+
fileContents.endsWith('>\n')) {
119119
while (textToMove.length) {
120120
fileContents += textToMove.pop();
121121
}

0 commit comments

Comments
 (0)