Skip to content

Commit 350e51c

Browse files
authored
Merge pull request #352 from ccoffin/schema-bundled-update
schema/support/schema2markmap/schema-bundle.js Update
2 parents 30f59c7 + 9b19c1c commit 350e51c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schema/support/schema2markmap/schema-bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ async function schemaBundle() {
2323
delete metricProperties.cvssV2_0.license;
2424

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)