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)
|
||||
s = addr.split(":")
|
||||
if s.length != 2
|
||||
puts "Invalid node name #{node}"
|
||||
puts "Invalid node name #{addr}"
|
||||
exit 1
|
||||
end
|
||||
@r = nil
|
||||
|
Reference in New Issue
Block a user