mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-02-09 09:17:28 +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