diff --git a/lib/pnpm-auditer.ts b/lib/pnpm-auditer.ts index 358620bf..065a6968 100644 --- a/lib/pnpm-auditer.ts +++ b/lib/pnpm-auditer.ts @@ -27,7 +27,7 @@ async function runPnpmAudit( const arguments_ = ["audit", "--json"]; if (registry) { - console.warn(yellow, "Yarn audit does not support the registry flag yet."); + console.warn(yellow, "PNPM audit does not support the registry flag yet."); } if (skipDevelopmentDependencies) { arguments_.push("--prod");