Skip to content

Commit

Permalink
🎨 Improve purge repo
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Nov 23, 2024
1 parent fb3634e commit fc98d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func (repo *Repo) PurgeCloud() (ret *entity.PurgeStat, err error) {
for refID := range refIndexIDs {
index, getErr := repo.cloud.GetIndex(refID)
if nil != getErr {
logging.LogWarnf("get index [%s] failed: %s", refID, err)
logging.LogWarnf("get index [%s] failed: %s", refID, getErr)
continue
}

Expand Down

0 comments on commit fc98d29

Please sign in to comment.