Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jul 26, 2024
1 parent 01105c3 commit 114f25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/CommandBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ public function checkForNewVersion(): bool|string
if (!$selfUpdateManager->isUpToDate()) {
return $selfUpdateManager->getLatestReleaseFromGithub()['tag_name'];
}
} catch (Exception $exception) {
} catch (Exception) {
$this->logger->debug("Could not determine if Acquia CLI has a new version available.");
}
return false;
Expand Down

0 comments on commit 114f25f

Please sign in to comment.