mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 00:41:33 +00:00
fixed a typo in redis-trib
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user