diff --git a/bin/one-time/flavor-text-color-fix b/bin/one-time/flavor-text-color-fix index 898691a..984fa3d 100755 --- a/bin/one-time/flavor-text-color-fix +++ b/bin/one-time/flavor-text-color-fix @@ -45,9 +45,8 @@ for (const page of pages) { console.log('#', title, ' No change\n'); continue; } - console.write('\n'); diff(pageContent, fixedContent, page); console.log(); - await mw.editPage(title, fixedContent, 'fix flavor text formatting', true); + await mw.editPage(title, fixedContent, 'Fix flavor text formatting', true); }