summaryrefslogtreecommitdiffstats
path: root/command
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-10 16:47:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-10 17:09:49 +0200
commit6a489df47a1c8fa351e9b43924fc28c3986583bb (patch)
treedbe897c743d7e5e2b7d965d1f78a41021cc46009 /command
parent300f22163b1d5ca8bd25f0fa46e7683f57b7bab6 (diff)
remove empty line
Diffstat (limited to 'command')
-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>');
}