This commit is contained in:
Liang Ding 2022-07-04 08:56:12 +08:00
parent bdb635d2fd
commit 38cb07c141
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -230,12 +230,12 @@ func IndexRepo(memo string) (err error) {
if nil != latest {
if latest.ID != index.ID {
util.PushStatusBar(fmt.Sprintf(Conf.Language(147)+" [%s]", elapsed.Seconds(), latest.ID[:7]))
util.PushStatusBar(fmt.Sprintf(Conf.Language(147)+" [%s]", elapsed.Seconds(), index.ID[:7]))
} else {
util.PushStatusBar(Conf.Language(148) + " [" + latest.ID[:7] + "]")
util.PushStatusBar(Conf.Language(148) + " [" + index.ID[:7] + "]")
}
} else {
util.PushStatusBar(fmt.Sprintf(Conf.Language(147)+" [%s]", elapsed.Seconds(), latest.ID[:7]))
util.PushStatusBar(fmt.Sprintf(Conf.Language(147)+" [%s]", elapsed.Seconds(), index.ID[:7]))
}
util.PushClearProgress()
return