Skip to content

Commit

Permalink
chore: formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpillsbury committed Oct 2, 2024
1 parent 583c724 commit c8c3e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create-release-notes/create-release-notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export async function extractLog(changeLogPath) {
changeLogPath = !changeLogPath
? path.resolve(process.cwd(), 'CHANGELOG.md')
: path.isAbsolute(changeLogPath)
? changeLogPath
: path.resolve(process.cwd(), changeLogPath);
? changeLogPath
: path.resolve(process.cwd(), changeLogPath);

if (!existsSync(changeLogPath)) throw new Error(`Cannot resolve file: ${changeLogPath}`);

Expand Down

0 comments on commit c8c3e1f

Please sign in to comment.