summaryrefslogtreecommitdiffstats
path: root/command/verifyinstall.php
diff options
context:
space:
mode:
Diffstat (limited to 'command/verifyinstall.php')
-rw-r--r--command/verifyinstall.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/command/verifyinstall.php b/command/verifyinstall.php
index 0506daee1..d99378dce 100644
--- a/command/verifyinstall.php
+++ b/command/verifyinstall.php
@@ -52,11 +52,11 @@ class VerifyInstall extends Command {
}
}
- $output->writeln("\n\n");
+ $output->writeln("\n");
if (count($errors) > 0 || count($missing) > 0) {
- $output->writeln('Installation verified, encountered multiple ' .
- 'errors: ');
+ $output->writeln('<error>Installation verified, encountered ' .
+ 'multiple errors: </error>');
foreach ($missing as $path) {
$output->writeln('<error>' . $path . ' is missing!</error>');
}