Skip to content

Commit

Permalink
Update features-to-json.js
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Dec 6, 2024
1 parent fcfc1dd commit cb3ce39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/build/features-to-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function processCSV() {
noheader: true,
headers: headers,
output: "json",
}).fromFile("../spreadsheet.csv");
}).fromFile(".github/build/spreadsheet.csv");

const filteredData = rows.map(row => {
try {
Expand Down Expand Up @@ -103,4 +103,4 @@ async function processCSV() {
}
}

processCSV();
processCSV();

0 comments on commit cb3ce39

Please sign in to comment.