Commit 619d3945 authored by antirez's avatar antirez
Browse files

redis-trib: fixed typo in method name.

parent 07b63227
...@@ -255,7 +255,7 @@ class RedisTrib ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment