Skip to content

Commit bfe4897

Browse files
Fix the earlier CVE_Record_Format to CVE_Record_Form_bundled
1 parent 0098985 commit bfe4897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/support/schema2markmap/schema-bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function schemaBundle() {
2323
delete metricProperties.cvssV2_0.license;
2424
delete metricProperties.ssvcV1_0_1.$id;
2525

26-
fs.writeFile(`${dirName}/CVE_Record_Format.json`,
26+
fs.writeFile(`${dirName}/CVE_Record_Format_bundled.json`,
2727
JSON.stringify(cveSchemaBundle, null, 2),
2828
err => {
2929
if(err)

0 commit comments

Comments
 (0)