Skip to content

Commit

Permalink
fix: use vulnerability folder for sec announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Jan 14, 2025
1 parent 4bd6820 commit 90f253a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/security_blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default class SecurityBlog extends SecurityRelease {
const fileNameExt = fileName + '.md';
const preRelease = this.buildPreRelease(template, data);

const pathToBlogPosts = 'apps/site/pages/en/blog/release';
const pathToBlogPosts = 'apps/site/pages/en/blog/vulnerability';
const pathToBannerJson = 'apps/site/site.json';

const file = path.resolve(process.cwd(), nodejsOrgFolder, pathToBlogPosts, fileNameExt);
Expand Down

0 comments on commit 90f253a

Please sign in to comment.