fix some errors after upgrade

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-11-08 11:08:45 +00:00
parent cb7a3ccfdf
commit 678eacaae5

View File

@@ -333,7 +333,7 @@ class SelfupgradeCommand extends GpmCommand
$io->newLine();
// Clear recovery flag - upgrade completed successfully
$recovery->clearUpgradeWindow('core-upgrade');
$recovery->closeUpgradeWindow();
}
if ($this->tmp && is_dir($this->tmp)) {