Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Jun 15, 2022
1 parent 43202b9 commit 7a68314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$updateAvailable = VersionHelper::checkForUpdates();
$name = VersionHelper::getPackageName();

if (!$updateAvailable) {
if ($updateAvailable) {
render(<<<HTML
<table>
<thead>
Expand Down

0 comments on commit 7a68314

Please sign in to comment.