Skip to content

Commit

Permalink
Update purge.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan authored Jan 9, 2021
1 parent a85e9e4 commit 9d29962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purge.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const fs = require("fs");

const namesToRemove = process.argv.slice(2);

const peoplesPath = path.join(__dirname, "peoples");
const peoplesPath = path.join(__dirname, "people");

if (!namesToRemove.length) {
fs.readdirSync(peoplesPath).forEach(file => {
Expand Down

0 comments on commit 9d29962

Please sign in to comment.