minio: Add config-folder option.

Fixes #997
This commit is contained in:
Harshavardhana
2015-12-06 14:31:20 -08:00
parent a97c4ebce3
commit 836f5204af
19 changed files with 149 additions and 202 deletions
-4
View File
@@ -106,10 +106,6 @@ func mainConfigLogger(ctx *cli.Context) {
}
}
if ctx.Args().Get(0) == "list" {
if globalJSONFlag {
Println(conf.JSON())
return
}
Println(conf)
}
}