This commit is contained in:
Liang Ding 2022-11-01 18:35:41 +08:00
parent f3f26021a7
commit 709717885d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 4 additions and 10 deletions

View file

@ -314,7 +314,7 @@ func RemoveCloudRepoTag(tag string) (err error) {
return
}
err = repo.RemoveCloudRepoTag(tag, map[string]interface{}{eventbus.CtxPushMsg: eventbus.CtxPushMsgToStatusBar})
err = repo.RemoveCloudRepoTag(tag)
if nil != err {
return
}