diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/Integrity/CheckApp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Integrity/CheckApp.php b/core/Command/Integrity/CheckApp.php index fff5752a7b7..e1889a35cfe 100644 --- a/core/Command/Integrity/CheckApp.php +++ b/core/Command/Integrity/CheckApp.php @@ -63,7 +63,7 @@ class CheckApp extends Base { } $output->writeln('<info>No errors found</info>', OutputInterface::VERBOSITY_VERBOSE); } else { - $output->writeln('<info>App signature not found, skipping app integrity check</info>', OutputInterface::VERBOSITY_VERBOSE); + $output->writeln('<comment>App signature not found, skipping app integrity check</comment>'); } return 0; } |