Skip to content

Commit 67a3b80

Browse files
Fix feature flag
1 parent b585e91 commit 67a3b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/features/features.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ 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"`
58-
} `json:"disable_policy_change_acks" toml: "disable_policy_change_acks" config:"disable_policy_change_acks"`
58+
} `json:"disable_policy_change_acks" yaml:"disable_policy_change_acks" config:"disable_policy_change_acks"`
5959
} `json:"features" yaml:"features" config:"features"`
6060
} `json:"agent" yaml:"agent" config:"agent"`
6161
}

0 commit comments

Comments
 (0)