Skip to content

Commit 7be10d5

Browse files
committed
Fix struct tag: json -> yaml on ACL.Deployers
1 parent 6ec39ff commit 7be10d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/acl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type ACLDeployer struct {
1919
}
2020

2121
type ACL struct {
22-
Deployers []*ACLDeployer `json:"deployers"`
22+
Deployers []*ACLDeployer `yaml:"deployers"`
2323
}
2424

2525
func NewACL(aclFilePath string) *ACL {

0 commit comments

Comments
 (0)