fix(inputs.redis): Fix password typo (#13910)
This commit is contained in:
parent
9db814d1c5
commit
2d37bdabfa
|
|
@ -35,7 +35,7 @@ type Redis struct {
|
|||
Commands []*RedisCommand `toml:"commands"`
|
||||
Servers []string `toml:"servers"`
|
||||
Username string `toml:"username"`
|
||||
Password string `toml:"passowrd"`
|
||||
Password string `toml:"password"`
|
||||
|
||||
tls.ClientConfig
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue