fixed a typo in redis-trib

This commit is contained in:
antirez 2011-04-13 18:50:50 +02:00
parent 3883a381b6
commit 9a440ad418

View File

@ -14,7 +14,7 @@ class ClusterNode
def initialize(addr)
s = addr.split(":")
if s.length != 2
puts "Invalid node name #{node}"
puts "Invalid node name #{addr}"
exit 1
end
@r = nil