Skip to content

Commit 3faf618

Browse files
committed
fix: parse options correctly
1 parent 4014b97 commit 3faf618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/plugin/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func (o *Options) Unmarshal(s *string) error {
5151
o.InsertionPoint = value
5252
case "filename":
5353
o.Filename = value
54-
case "":
54+
case "exclude_resource_definitions":
5555
b, err := unmarshalBool(value)
5656
if err != nil {
5757
return fmt.Errorf("unmarshal exclude_resource_definitions: %w", err)

0 commit comments

Comments
 (0)