mirror of https://github.com/AMT-Cheif/drift.git
Fix typo
This commit is contained in:
parent
bbb19d59bb
commit
8cbab9af24
|
@ -30,7 +30,7 @@ class AnalyzeCommand extends MoorCommand {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (errorCount == 0) {
|
if (errorCount == 0) {
|
||||||
cli.logger.info('No errrors found');
|
cli.logger.info('No errors found');
|
||||||
} else {
|
} else {
|
||||||
cli.logger.info('Found $errorCount errors or problems');
|
cli.logger.info('Found $errorCount errors or problems');
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
Loading…
Reference in New Issue