mirror of
https://github.com/minio/minio.git
synced 2026-05-28 04:03:23 -04:00
Comment Typo: Changed 'jason' to 'json` (#7216)
This commit is contained in:
parent
f75f707ff4
commit
9600e2b35e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue