mirror of
https://github.com/minio/minio.git
synced 2025-02-03 01:46:00 -05:00
Renaming variable to pass golint
This commit is contained in:
parent
a2bdc9df7e
commit
f4eed73d4e
4
main.go
4
main.go
@ -62,7 +62,7 @@ func runCmd(c *cli.Context) {
|
||||
StorageType: storageType,
|
||||
},
|
||||
}
|
||||
webUiServerConfig := server.ServerConfig{
|
||||
webUIServerConfig := server.ServerConfig{
|
||||
Domain: domain,
|
||||
Address: webaddress,
|
||||
Tls: false,
|
||||
@ -73,7 +73,7 @@ func runCmd(c *cli.Context) {
|
||||
},
|
||||
}
|
||||
serverConfigs = append(serverConfigs, apiServerConfig)
|
||||
serverConfigs = append(serverConfigs, webUiServerConfig)
|
||||
serverConfigs = append(serverConfigs, webUIServerConfig)
|
||||
server.Start(serverConfigs)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user