mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Comment Typo: Changed 'jason' to 'json` (#7216)
This commit is contained in:
parent
f75f707ff4
commit
9600e2b35e
@ -122,7 +122,7 @@ func newConfigDirFromCtx(ctx *cli.Context, option string, getDefaultDir func() s
|
||||
func handleCommonCmdArgs(ctx *cli.Context) {
|
||||
|
||||
// Get "json" flag from command line argument and
|
||||
// enable json and quite modes if jason flag is turned on.
|
||||
// enable json and quite modes if json flag is turned on.
|
||||
globalCLIContext.JSON = ctx.IsSet("json") || ctx.GlobalIsSet("json")
|
||||
if globalCLIContext.JSON {
|
||||
logger.EnableJSON()
|
||||
|
Loading…
Reference in New Issue
Block a user