From: antirez Date: Wed, 13 Apr 2011 16:50:50 +0000 (+0200) Subject: fixed a typo in redis-trib X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/9a440ad418ac8b753f08ba98c00c2b5e52f1ca78 fixed a typo in redis-trib --- diff --git a/src/redis-trib.rb b/src/redis-trib.rb index 5ae0370a..413f7c07 100755 --- a/src/redis-trib.rb +++ b/src/redis-trib.rb @@ -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