]> git.saurik.com Git - redis.git/commitdiff
fixed a typo in redis-trib
authorantirez <antirez@gmail.com>
Wed, 13 Apr 2011 16:50:50 +0000 (18:50 +0200)
committerantirez <antirez@gmail.com>
Wed, 13 Apr 2011 16:50:50 +0000 (18:50 +0200)
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