Skip to content

Commit 85cfaef

Browse files
Fix feature flag
1 parent b585e91 commit 85cfaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type cfg struct {
5353
TamperProtection *struct {
5454
Enabled bool `json:"enabled" yaml:"enabled" config:"enabled"`
5555
} `json:"tamper_protection,omitempty" yaml:"tamper_protection,omitempty" config:"tamper_protection,omitempty"`
56-
DisablePolicyChangeAcks struct {
56+
DisablePolicyChangeAcks *struct {
5757
Enabled bool `json:"enabled" yaml:"enabled" config:"enabled"`
5858
} `json:"disable_policy_change_acks" toml: "disable_policy_change_acks" config:"disable_policy_change_acks"`
5959
} `json:"features" yaml:"features" config:"features"`

0 commit comments

Comments
 (0)