Skip to content

Commit

Permalink
move to scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott committed Jun 6, 2019
1 parent f38ec5c commit b373a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv/update-user-bios.js → scripts/update-user-bios.js
Expand Up @@ -47,7 +47,7 @@ async function handleRow(row) {
}

function parseUserData() {
fs.createReadStream("./csv/user-export-from-old-dot-net.csv")
fs.createReadStream("./scripts/user-export-from-old-dot-net.csv")
.pipe(parse({delimiter: ","}))
.on("data", (row) => {
handleRow(row);
Expand Down

0 comments on commit b373a94

Please sign in to comment.