diff --git a/release/feed.js b/release/feed.js index 1ac99d70d..3b38dee0d 100644 --- a/release/feed.js +++ b/release/feed.js @@ -140,7 +140,7 @@ const getContent = async tool => { let changelog = tool === 'sitespeed.io' ? './CHANGELOG.md' : '../' + tool + '/CHANGELOG.md'; if (tool === 'server' || tool === 'testrunner') { - changelog = `../../onlinetest/${tool}/CHANGELOG.md`; + changelog = `../onlinetest/${tool}/CHANGELOG.md`; } const result = await parseChangelog({ filePath: changelog,