diff options
-rwxr-xr-x | src/redis-trib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis-trib.rb b/src/redis-trib.rb index 526bb7822..f351d82e6 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 |