Skip to content

Commit bbf9986

Browse files
committed
address pr comment
1 parent 551b288 commit bbf9986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/filebeat/input/cel/config_auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (b *tokenAuthConfig) isEnabled() bool {
8585
return b != nil && (b.Enabled == nil || *b.Enabled)
8686
}
8787

88-
// Validate checks if oauth2 config is valid.
88+
// Validate checks if token authentication config is valid.
8989
func (b *tokenAuthConfig) Validate() error {
9090
if !b.isEnabled() {
9191
return nil

0 commit comments

Comments
 (0)