summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-09-30 12:19:07 +0200
committerMaxence Lange <maxence@artificial-owl.com>2019-09-30 12:19:07 +0200
commit554364e49342ac3371fab6b02cc957d4168d7159 (patch)
tree794c269c1ce26a94fd042ee176a6fcf68a40d01c /lib
parentfbe4ea9012bfab546d0d71fbc214b2c4123ab1f6 (diff)
clean
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Command/CheckInstall.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Command/CheckInstall.php b/lib/Command/CheckInstall.php
index 17be71a8..00eb3447 100644
--- a/lib/Command/CheckInstall.php
+++ b/lib/Command/CheckInstall.php
@@ -119,6 +119,8 @@ class CheckInstall extends Base {
$output->writeln('- ' . $this->getInt('invalidFollowers', $result, 0) . ' invalid followers removed');
$output->writeln('- ' . $this->getInt('invalidNotes', $result, 0) . ' invalid notes removed');
+ $output->writeln('');
+ $output->writeln('- Your current configuration: ');
$output->writeln(json_encode($this->configService->getConfig(), JSON_PRETTY_PRINT));
}