Skip to content

Commit

Permalink
fix: parse options correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwenn committed Aug 9, 2022
1 parent 4014b97 commit 3faf618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/plugin/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (o *Options) Unmarshal(s *string) error {
o.InsertionPoint = value
case "filename":
o.Filename = value
case "":
case "exclude_resource_definitions":
b, err := unmarshalBool(value)
if err != nil {
return fmt.Errorf("unmarshal exclude_resource_definitions: %w", err)
Expand Down

0 comments on commit 3faf618

Please sign in to comment.