mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 20:57:44 +00:00
chore: update stale syntax (#1085)
This commit is contained in:
@@ -279,7 +279,7 @@ export function printLintTotals(totals: Totals, definitionsCount: number) {
|
||||
|
||||
if (totals.errors > 0) {
|
||||
process.stderr.write(
|
||||
gray(`run \`openapi lint --generate-ignore-file\` to add all problems to the ignore file.\n`)
|
||||
gray(`run \`redocly lint --generate-ignore-file\` to add all problems to the ignore file.\n`)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user