mirror of https://mirror.osredm.com/root/redis.git
redis-trib: fixed typo in method name.
This commit is contained in:
parent
07b6322735
commit
619d3945f8
|
@ -255,7 +255,7 @@ class RedisTrib
|
|||
@errors <<
|
||||
"[ERR] Not all #{ClusterHashSlots} slots are covered by nodes."
|
||||
puts @errors[-1]
|
||||
fix_slots_covarege if @fix
|
||||
fix_slots_coverage if @fix
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue