Use a deprecated output format for the ecosystem check

This commit is contained in:
Jane Lewis 2024-01-30 09:29:12 -08:00
parent b9b44a1b35
commit 0334133dbd
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class CheckOptions(CommandOptions):
"--no-cache", "--no-cache",
"--exit-zero", "--exit-zero",
"--output-format", "--output-format",
"concise", "text", # TODO(jane): switch to "concise" after the release of 0.2.0
f"--{'' if self.preview else 'no-'}preview", f"--{'' if self.preview else 'no-'}preview",
] ]
if self.select: if self.select: