Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Sep 7, 2021
1 parent 5590c5c commit 4212819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/esleg/eslegclient/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func NewConnection(s ConnectionSettings) (*Connection, error) {
}

if s.Beatname == "" {
s.Beatname == "Libbeat"
s.Beatname = "Libbeat"
}
userAgent := useragent.UserAgent(s.Beatname)

Expand Down

0 comments on commit 4212819

Please sign in to comment.