mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
fixed a typo in redis-trib
This commit is contained in:
parent
3883a381b6
commit
9a440ad418
@ -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…
Reference in New Issue
Block a user