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 cfa18a8fd1
commit 02fbe27efd

View File

@@ -334,7 +334,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)) {