Skip to content

Commit

Permalink
Fixes typo on cookieExportCsv
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 committed Aug 18, 2023
1 parent d00f341 commit d47f4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Transcend Inc.",
"name": "@transcend-io/vz-cli",
"description": "Customer Cli",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/transcend-io/vz-cli",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/cli-combine-legal-csv-cookies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function main(): void {
`Reading file located at "${cookieExportCsv}" and updating with info from the legal team decisions`,
),
);
const cookieExportData = readCsv(legalCsv, CookieCsvInput);
const cookieExportData = readCsv(cookieExportCsv, CookieCsvInput);

/**
* NOTES: This deeply nested, hacky blob of code reads through the cookieExportCsv file, which
Expand Down

0 comments on commit d47f4a4

Please sign in to comment.