Skip to content

Commit

Permalink
Update components/git/security.js
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Gonzaga <[email protected]>
  • Loading branch information
marco-ippolito and RafaelGSS authored Mar 27, 2024
1 parent 6c9e091 commit a013325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/git/security.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function builder(yargs) {
)
.example(
'git node security --request-cve',
'Request CVEs for a security release of Node.js based on the vulnerabilities.js'
'Request CVEs for a security release of Node.js based on the next-security-release/vulnerabilities.json'

Check failure on line 63 in components/git/security.js

View workflow job for this annotation

GitHub Actions / Lint using ESLint

This line has a length of 110. Maximum allowed is 100
);
}

Expand Down

0 comments on commit a013325

Please sign in to comment.