Skip to content

Commit

Permalink
missed 'inline' annotation in YAML object declaration (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-asphyx authored Dec 9, 2024
1 parent 7f25407 commit e64ae9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/signatory/watermark/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const (
)

type AWSConfig struct {
awskms.Config
Table string `yaml:"table"`
awskms.Config `yaml:",inline"`
Table string `yaml:"table"`
}

func (c *AWSConfig) table() string {
Expand Down

0 comments on commit e64ae9e

Please sign in to comment.