mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
修复更新机制错误
This commit is contained in:
@@ -32,7 +32,7 @@ class UpdateBase extends Command
|
|||||||
$repo = static::REPO;
|
$repo = static::REPO;
|
||||||
|
|
||||||
if($input->hasOption('update-ulthon')){
|
if($input->hasOption('update-ulthon')){
|
||||||
$repo = null;
|
$repo = 'ulthon_admin';
|
||||||
}
|
}
|
||||||
|
|
||||||
$update_service = new AdminUpdateService($repo);
|
$update_service = new AdminUpdateService($repo);
|
||||||
|
|||||||
Reference in New Issue
Block a user