Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Shaunak Kashyap <[email protected]>
  • Loading branch information
belimawr and ycombinator committed Feb 9, 2024
1 parent 24a31b2 commit a0d232a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/idxmgmt/lifecycle/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Config struct {
policyRaw *Policy

// CheckExists can disable the check for an existing policy. This check
// requires read_ilm privileges. If CheckExists is disabled the policy
// requires read_ilm privileges. If CheckExists is set to false, the policy
// will not be installed, even if Overwrite is enabled.
CheckExists bool `config:"check_exists"`

Expand Down

0 comments on commit a0d232a

Please sign in to comment.