fix(inputs.redis): Fix password typo (#13910)

This commit is contained in:
Joshua Powers 2023-09-12 08:29:58 -06:00 committed by GitHub
parent 9db814d1c5
commit 2d37bdabfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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