Merge pull request #2336 from fate-grand-order/fixed
fix misspelling "algorithm" for cache/redis/redis.gomaster
commit
fb90a182a9
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue