fixed a typo in redis-trib

This commit is contained in:
antirez 2011-04-13 18:50:50 +02:00
parent 7ef39d3c3a
commit 2005d932df

View File

@ -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