Fixes the lint issue merge to master. (#2290)

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
pull/1118/head
Cyril Tovena 6 years ago committed by GitHub
parent bc4f1f5833
commit 19be2c4732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/fluent-bit/loki.go

@ -21,7 +21,7 @@ import (
var (
lineReplacer = strings.NewReplacer(`\n`, "\n", `\t`, "\t")
keyReplacer = strings.NewReplacer("/", "_", ".", "_", "-", "_")
keyReplacer = strings.NewReplacer("/", "_", ".", "_", "-", "_")
)
type loki struct {

Loading…
Cancel
Save