diff --git a/src/redis-trib.rb b/src/redis-trib.rb index 526bb782..f351d82e 100755 --- a/src/redis-trib.rb +++ b/src/redis-trib.rb @@ -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