Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Jul 12, 2023
1 parent 19416f4 commit fbde2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tfutils/tfutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func ToBTPCLIParamsMap(a any) (map[string]string, error) {
}

value = field.Elem().Interface().(string)
case "map[string][]string": // TODO would be nice to have `enodethisasjson` tag, instead of an explicit typemapping
case "map[string][]string": // TODO would be nice to have `encodethisasjson` tag, instead of an explicit type mapping

if field.IsNil() {
continue
Expand Down

0 comments on commit fbde2b8

Please sign in to comment.