diff --git a/src/Command/Command.php b/src/Command/Command.php index 28c6fdf..a5a9db8 100644 --- a/src/Command/Command.php +++ b/src/Command/Command.php @@ -32,7 +32,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $updateAvailable = VersionHelper::checkForUpdates(); $name = VersionHelper::getPackageName(); - if (!$updateAvailable) { + if ($updateAvailable) { render(<<