]> git.saurik.com Git - redis.git/blobdiff - src/redis-trib.rb
fixed a typo in redis-trib
[redis.git] / src / redis-trib.rb
index 5ae0370a834c1f12a2afd1b451e3edb17031ffb4..413f7c070dfebf10ad106cffa2f3b0734251b4f5 100755 (executable)
@@ -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