Skip to content

Commit defb596

Browse files
committed
chore: fix typo in json-file-output error
1 parent 564c860 commit defb596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ async function saveJsonResultsToFile(
234234
}
235235

236236
if (jsonOutputFile.constructor.name !== String.name) {
237-
console.error('--json-output-file should be a filename path');
237+
console.error('--json-file-output should be a filename path');
238238
return;
239239
}
240240

0 commit comments

Comments
 (0)