mirror of
https://github.com/distribution/distribution.git
synced 2025-09-05 17:01:06 +00:00
Merge pull request #2336 from fate-grand-order/fixed
fix misspelling "algorithm" for cache/redis/redis.go
This commit is contained in:
2
registry/storage/cache/redis/redis.go
vendored
2
registry/storage/cache/redis/redis.go
vendored
@@ -224,7 +224,7 @@ func (rsrbds *repositoryScopedRedisBlobDescriptorService) SetDescriptor(ctx cont
|
|||||||
|
|
||||||
if dgst != desc.Digest {
|
if dgst != desc.Digest {
|
||||||
if dgst.Algorithm() == desc.Digest.Algorithm() {
|
if dgst.Algorithm() == desc.Digest.Algorithm() {
|
||||||
return fmt.Errorf("redis cache: digest for descriptors differ but algorthim does not: %q != %q", dgst, desc.Digest)
|
return fmt.Errorf("redis cache: digest for descriptors differ but algorithm does not: %q != %q", dgst, desc.Digest)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user