mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 13:02:03 -04:00
fix(audit): help text for --ignore-registry-errors was missing a "not" (#10656)
Signed-off-by: meeech <4623+meeech@users.noreply.github.com>
This commit is contained in:
5
.changeset/rich-days-bow.md
Normal file
5
.changeset/rich-days-bow.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-audit": patch
|
||||
---
|
||||
|
||||
fixed help text for audit --ignore-registry-errors
|
||||
@@ -103,7 +103,7 @@ export function help (): string {
|
||||
name: '--no-optional',
|
||||
},
|
||||
{
|
||||
description: 'Use exit code 0 if the registry responds with an error. Useful when audit checks are used in CI. A build should fail because the registry has issues.',
|
||||
description: 'Use exit code 0 if the registry responds with an error. Useful when audit checks are used in CI. A build should not fail because the registry has issues.',
|
||||
name: '--ignore-registry-errors',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user