mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
commit
a06ad7e701
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ retry:
|
|||
if err != nil {
|
||||
is.log.Error().Err(err).Str("blobPath", dstRecord).Msg("dedupe: unable to stat")
|
||||
// the actual blob on disk may have been removed by GC, so sync the cache
|
||||
if err := is.cache.DeleteBlob(dstDigest.String(), dst); err != nil {
|
||||
if err := is.cache.DeleteBlob(dstDigest.String(), dstRecord); err != nil {
|
||||
// nolint:lll
|
||||
is.log.Error().Err(err).Str("dstDigest", dstDigest.String()).Str("dst", dst).Msg("dedupe: unable to delete blob record")
|
||||
|
||||
|
|
Loading…
Reference in a new issue