aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/shell_liner.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/shell_liner.go')
-rw-r--r--weed/shell/shell_liner.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/shell_liner.go b/weed/shell/shell_liner.go
index fed62aba1..c2c63ec66 100644
--- a/weed/shell/shell_liner.go
+++ b/weed/shell/shell_liner.go
@@ -47,7 +47,7 @@ func RunShell(options ShellOptions) {
commandEnv := NewCommandEnv(options)
- go commandEnv.MasterClient.KeepConnectedToMaster()
+ go commandEnv.MasterClient.LoopConnectToMaster()
commandEnv.MasterClient.WaitUntilConnected()
if commandEnv.option.FilerAddress == "" {