mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Iodine should indent with EmitJSON()
This commit is contained in:
@@ -85,6 +85,9 @@ func getServerConfig(c *cli.Context) api.Config {
|
||||
}
|
||||
|
||||
func runServer(c *cli.Context) {
|
||||
if c.Args().Present() {
|
||||
cli.ShowCommandHelpAndExit(c, "server", 1)
|
||||
}
|
||||
_, err := user.Current()
|
||||
if err != nil {
|
||||
Fatalf("Unable to determine current user. Reason: %s\n", err)
|
||||
|
||||
Reference in New Issue
Block a user