We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c2b4b commit fa95076Copy full SHA for fa95076
runok.js
@@ -526,7 +526,7 @@ ${changelog}`
526
if (match) {
527
const updatedContent = content.replace(
528
contributorsSectionRegex,
529
- `${match[1]}\n${contributorsTable}\n${match[3]}`
+ `${match[1]}\n${contributorsTable}\n${match[3]}`,
530
);
531
fs.writeFileSync(readmePath, updatedContent, 'utf-8');
532
} else {
0 commit comments