This commit is contained in:
Ignacio Torres Masdeu 2023-01-08 16:40:09 +01:00 committed by GitHub
parent bbb19d59bb
commit 8cbab9af24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class AnalyzeCommand extends MoorCommand {
}
if (errorCount == 0) {
cli.logger.info('No errrors found');
cli.logger.info('No errors found');
} else {
cli.logger.info('Found $errorCount errors or problems');
exit(1);