Fix gitea doctor will remove repo-avatar files when execute command storage-archives
(#30094)
Fix #30037 (cherry picked from commit 9cf0f0bb040162509702ec9aaf7df6662ecc13b1)
This commit is contained in:
parent
82e83d3076
commit
1360e31091
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ func checkStorage(opts *checkStorageOptions) func(ctx context.Context, logger lo
|
|||
if opts.RepoArchives || opts.All {
|
||||
if err := commonCheckStorage(ctx, logger, autofix,
|
||||
&commonStorageCheckOptions{
|
||||
storer: storage.RepoAvatars,
|
||||
storer: storage.RepoArchives,
|
||||
isOrphaned: func(path string, obj storage.Object, stat fs.FileInfo) (bool, error) {
|
||||
exists, err := repo.ExistsRepoArchiverWithStoragePath(ctx, path)
|
||||
if err == nil || errors.Is(err, util.ErrInvalidArgument) {
|
||||
|
|
Loading…
Reference in a new issue