Browse Source

fix compilation

pull/2584/head
chrislu 3 years ago
parent
commit
adfd54e7c4
  1. 2
      weed/shell/shell_liner.go

2
weed/shell/shell_liner.go

@ -46,7 +46,7 @@ func RunShell(options ShellOptions) {
reg, _ := regexp.Compile(`'.*?'|".*?"|\S+`)
commandEnv := NewCommandEnv(options)
commandEnv := NewCommandEnv(&options)
go commandEnv.MasterClient.KeepConnectedToMaster()
commandEnv.MasterClient.WaitUntilConnected()

Loading…
Cancel
Save