1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-31 14:51:04 +00:00

fixed a typo in redis-trib

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

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