mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修复更新机制错误
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user