Skip to content

Commit

Permalink
fix: confighelper.Trilean to show as boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
cpwc authored Jun 6, 2024
1 parent 1a2b341 commit 663b5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/packer-sdc/internal/struct-markdown/struct_markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func (cmd *Command) Run(args []string) int {
switch fieldType {
case "time.Duration":
fieldType = `duration string | ex: "1h5m2s"`
case "config.Trilean":
case "config.Trilean", "confighelper.Trilean":
fieldType = `boolean`
case "config.NameValues":
fieldType = `[]{name string, value string}`
Expand Down

0 comments on commit 663b5c8

Please sign in to comment.