Skip to content

Commit

Permalink
Update libs/flags/json_flag.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pieter Noordhuis <[email protected]>
  • Loading branch information
andrewnester and pietern authored Oct 8, 2024
1 parent b0aeee5 commit dbb3c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/flags/json_flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (j *JsonFlag) Unmarshal(v any) error {

// First normalize the input data.
// It will convert all the values to the correct types.
// For example string lterals for booleans and integers will be converted to the correct types.
// For example string literals for booleans and integers will be converted to the correct types.
nv, diags := convert.Normalize(v, dv)
if len(diags) > 0 {
summary := ""
Expand Down

0 comments on commit dbb3c2b

Please sign in to comment.