fixed a typo in redis-trib
This commit is contained in:
parent
7ef39d3c3a
commit
2005d932df
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user