Skip to content

Commit 723cd7f

Browse files
authored
fix: adjust pre-release description (#822)
1 parent bf57e30 commit 723cd7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/git/security.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ export function builder(yargs) {
6767
'Removes the Hackerone report based on ID provided from vulnerabilities.json'
6868
)
6969
.example(
70-
'git node security --pre-release' +
70+
'git node security --pre-release',
7171
'Create the pre-release announcement on the Nodejs.org repo'
7272
).example(
73-
'git node security --notify-pre-release' +
73+
'git node security --notify-pre-release',
7474
'Notifies the community about the security release'
7575
)
7676
.example(

0 commit comments

Comments
 (0)