Skip to content

Commit

Permalink
Merge pull request #358 from jolicode/fix-typo
Browse files Browse the repository at this point in the history
Fix issue when downloading of latest release could not be done
  • Loading branch information
pyrech authored Apr 1, 2024
2 parents 14dad7c + 70d976c commit ce4d5f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Listener/UpdateCastorListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ private function displayUpdateWarningIfNeeded(InputInterface $input, OutputInter
$this->logger->info('Failed to fetch latest Castor version from GitHub.');

$item->expiresAfter(60 * 10);

return;
}

$this->cache->save($item->set($latestVersion));
Expand Down

0 comments on commit ce4d5f1

Please sign in to comment.