mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 07:29:23 +08:00
fix compilation
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user