Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Jun 13, 2024
1 parent 93f3efa commit 85fb780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ func (h *PolicyChangeHandler) handlePolicyChange(ctx context.Context, c *config.
}

// eventLoggingHasChanged returns true if the output of the event logger has changed
func (p *PolicyChangeHandler) eventLoggingHasChangsed(new *configuration.Configuration) bool {
func (p *PolicyChangeHandler) eventLoggingHasChanged(new *configuration.Configuration) bool {
switch {
case p.config.Settings.EventLoggingConfig.ToFiles != new.Settings.EventLoggingConfig.ToFiles:
return true
Expand Down

0 comments on commit 85fb780

Please sign in to comment.