fix compilation

This commit is contained in:
Chris Lu 2021-11-03 02:21:51 -07:00
parent f67be3d76c
commit d53367b5d3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func NewSeaweedAdmin(masters string, output io.Writer) *SeaweedAdmin {
commandEnv := shell.NewCommandEnv(shellOptions)
reg, _ := regexp.Compile(`'.*?'|".*?"|\S+`)
go commandEnv.MasterClient.SubscribeVolumeLocationUpdatesToMaster()
go commandEnv.MasterClient.LoopConnectToMaster()
return &SeaweedAdmin{
commandEnv: commandEnv,