summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thomson <david@ludometrics.com>2015-10-14 06:58:36 +0100
committerantirez <antirez@gmail.com>2015-10-15 13:06:31 +0200
commitab1f8ea5086cae7eaa58ec9bfacd238c6b0df7dc (patch)
tree2b711f08f8eb2663c38134e7dd3d5631c6a80ddd
parent1fa63a78bc175d5adfdad23470fa3a24343f80f3 (diff)
downloadredis-ab1f8ea5086cae7eaa58ec9bfacd238c6b0df7dc.tar.gz
Add back blank line
-rwxr-xr-xsrc/redis-trib.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redis-trib.rb b/src/redis-trib.rb
index 577cf150d..068e60d4e 100755
--- a/src/redis-trib.rb
+++ b/src/redis-trib.rb
@@ -1151,6 +1151,7 @@ class RedisTrib
xputs ">>> Importing data from #{source_addr} to cluster #{argv[1]}"
use_copy = opt['copy']
use_replace = opt['replace']
+
# Check the existing cluster.
load_cluster_info_from_node(argv[0])
check_cluster