chore: update stale syntax (#1085)

This commit is contained in:
Andrew Tatomyr
2023-05-18 10:21:40 +03:00
committed by GitHub
parent c02649d959
commit fe405781c5
237 changed files with 102 additions and 102 deletions

View File

@@ -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`)
);
}