Skip to content

Commit 5dd6614

Browse files
authored
fix: adjust --post-release description (#825)
1 parent 15aa3d3 commit 5dd6614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/git/security.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function builder(yargs) {
7979
'Request CVEs for a security release of Node.js based on' +
8080
' the next-security-release/vulnerabilities.json'
8181
).example(
82-
'git node security --post-release' +
82+
'git node security --post-release',
8383
'Create the post-release announcement on the Nodejs.org repo'
8484
);
8585
}

0 commit comments

Comments
 (0)