diff options
Diffstat (limited to 'weed/shell')
| -rw-r--r-- | weed/shell/shell_liner.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/shell_liner.go b/weed/shell/shell_liner.go index c2c63ec66..fed62aba1 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.LoopConnectToMaster() + go commandEnv.MasterClient.KeepConnectedToMaster() commandEnv.MasterClient.WaitUntilConnected() if commandEnv.option.FilerAddress == "" { |
