Skip to content

Commit

Permalink
ignore ds_store
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Jul 22, 2024
1 parent 1085803 commit c5d9d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/js/validate_update_internal_links_userpass.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (fs.existsSync(manualLinkFile)) {
try {
let filepaths = [];
walkDir("./src/pages", (filepath) => {
if (!filepath.toLowercase().includes(".ds_store")) {
if (!filepath.toLowerCase().includes(".ds_store")) {
filepaths.push(filepath)
}
});
Expand Down

0 comments on commit c5d9d15

Please sign in to comment.