修复更新机制错误

This commit is contained in:
augushong
2024-10-14 18:46:18 +08:00
parent 04028a4809
commit cf407a70e8

View File

@@ -32,7 +32,7 @@ class UpdateBase extends Command
$repo = static::REPO;
if($input->hasOption('update-ulthon')){
$repo = null;
$repo = 'ulthon_admin';
}
$update_service = new AdminUpdateService($repo);