Skip to content

Commit

Permalink
Update validate.js
Browse files Browse the repository at this point in the history
Co-authored-by: blaine-arcjet <[email protected]>
  • Loading branch information
e-moran and blaine-arcjet authored Nov 26, 2024
1 parent 20e2fbe commit 9e626b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (process.argv[2] === "--check") {
process.exit(1);
}
if (!Array.isArray(item.verification)) {
console.error("Item is missing required `validation` array field:", item);
console.error("Item is missing required `verification` array field:", item);
process.exit(1);
}
for (const verify of item.verification) {
Expand Down

0 comments on commit 9e626b1

Please sign in to comment.