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 <<
|
@errors <<
|
||||||
"[ERR] Not all #{ClusterHashSlots} slots are covered by nodes."
|
"[ERR] Not all #{ClusterHashSlots} slots are covered by nodes."
|
||||||
puts @errors[-1]
|
puts @errors[-1]
|
||||||
fix_slots_covarege if @fix
|
fix_slots_coverage if @fix
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue