Skip to content

Commit

Permalink
Update CVE_Record_Format_bundled.json file name. This had accidentall…
Browse files Browse the repository at this point in the history
…y been named CVE_Record_Format.json.
  • Loading branch information
ccoffin committed Oct 7, 2024
1 parent 30f59c7 commit 9b19c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/support/schema2markmap/schema-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ async function schemaBundle() {
delete metricProperties.cvssV2_0.license;


fs.writeFile(`${dirName}/CVE_Record_Format.json`,
fs.writeFile(`${dirName}/CVE_Record_Format_bundled.json`,
JSON.stringify(cveSchemaBundle, null, 2),
err => {
if(err)
throw err;
else
console.log('CVE_Record_Format.json created');
console.log('CVE_Record_Format_bundled.json created');
}
);

Expand Down

0 comments on commit 9b19c1c

Please sign in to comment.