This commit is contained in:
Yuri Kuznetsov
2021-08-25 09:58:35 +03:00
parent 374c3786df
commit 98e7218cf5
@@ -264,7 +264,7 @@ class Extension implements Command
$io->writeLine(' Name:' . $extension->get('name'));
$io->writeLine(' ID: ' . $extension->getId());
$io->writeLine(' Installed: ' . $isInstalled ? 'yes' : 'no');
$io->writeLine(' Installed: ' . ($isInstalled ? 'yes' : 'no'));
$io->writeLine("");
}