Skip to content

Commit 1c08e97

Browse files
Updated from develop branch for CVE_Record_Format_bundled.json
1 parent 9e5c220 commit 1c08e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/support/schema2markmap/schema-bundle.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ 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)
3030
throw err;
3131
else
32-
console.log('CVE_Record_Format.json created');
32+
console.log('CVE_Record_Format_bundled.json created');
3333
}
3434
);
3535

0 commit comments

Comments
 (0)