summaryrefslogtreecommitdiffstats
path: root/lib/Command/StreamDetails.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/StreamDetails.php')
-rw-r--r--lib/Command/StreamDetails.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Command/StreamDetails.php b/lib/Command/StreamDetails.php
index f6e952b5..3d8a5956 100644
--- a/lib/Command/StreamDetails.php
+++ b/lib/Command/StreamDetails.php
@@ -138,7 +138,7 @@ class StreamDetails extends ExtendedBase {
$this->output->writeln('* <info>Direct</info>: ' . json_encode($direct, JSON_PRETTY_PRINT));
$this->output->writeln('* <info>Public</info>: ' . ($details->isPublic() ? 'true' : 'false'));
- $this->output->writeln('* <info>Federated</info>: ' . ($details->isFederated() ? 'true' : 'true'));
+ $this->output->writeln('* <info>Federated</info>: ' . ($details->isFederated() ? 'true' : 'false'));
}
}