summaryrefslogtreecommitdiffstats
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 18:50:56 +0200
commit3c9e6b9d233ae7389ebf4f6101ff656573724728 (patch)
treeec692f5d4b7c65b1b720a90cd82494065f64128b
parent6b15d1c17a1f1b298bacb17f1bcdd327d2aef857 (diff)
clean
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-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));
}