add exit code

This commit is contained in:
Yuri Kuznetsov
2025-02-28 19:24:54 +02:00
parent 92e4d03495
commit 8a76e70fcb
@@ -151,6 +151,8 @@ class Upgrade implements Command
if (!$packageFile) {
fwrite(STDOUT, "Error: Unable to download upgrade package.\n");
$io->setExitStatus(1);
return;
}
}