Skip to content

Commit

Permalink
Update scripts/update-moved-file-links.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
  • Loading branch information
OnkarRuikar and teoli2003 committed Dec 20, 2023
1 parent f110bff commit e7f947e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update-moved-file-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ movedFiles = (

console.log(`Number of moved files to consider: ${movedFiles.length}`);

let totalNo = 0,
updatedNo = 0;
let totalNo = 0;
let updatedNo = 0;
for await (const filePath of walkSync(getRootDir())) {
if (filePath.endsWith("index.md")) {
try {
Expand Down

0 comments on commit e7f947e

Please sign in to comment.