We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf57e30 commit 723cd7fCopy full SHA for 723cd7f
components/git/security.js
@@ -67,10 +67,10 @@ export function builder(yargs) {
67
'Removes the Hackerone report based on ID provided from vulnerabilities.json'
68
)
69
.example(
70
- 'git node security --pre-release' +
+ 'git node security --pre-release',
71
'Create the pre-release announcement on the Nodejs.org repo'
72
).example(
73
- 'git node security --notify-pre-release' +
+ 'git node security --notify-pre-release',
74
'Notifies the community about the security release'
75
76
0 commit comments