Skip to content

Commit 819a806

Browse files
authored
fix: typo of GeoLite
Signed-off-by: Arash Hatami <[email protected]>
1 parent 38b11d3 commit 819a806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/filters/geoip2-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pipeline:
3434
filters:
3535
- name: geoip2
3636
match: '*'
37-
database: GoeLite2-City.mmdb
37+
database: GeoLite2-City.mmdb
3838
lookup_key: remote_addr
3939
record:
4040
- country remote_addr %{country.names.en}

0 commit comments

Comments
 (0)