Commit 9a440ad4 authored by antirez's avatar antirez
Browse files

fixed a typo in redis-trib

parent 3883a381
...@@ -14,7 +14,7 @@ class ClusterNode ...@@ -14,7 +14,7 @@ class ClusterNode
def initialize(addr) def initialize(addr)
s = addr.split(":") s = addr.split(":")
if s.length != 2 if s.length != 2
puts "Invalid node name #{node}" puts "Invalid node name #{addr}"
exit 1 exit 1
end end
@r = nil @r = nil
......
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