Agent: Rename `credential_collector_classes` to `credential_collectors`

This commit is contained in:
Shreya Malviya 2022-06-09 15:17:37 -07:00
parent 8d4e5173f7
commit 794ad6e5b0
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class AutomatedMaster(IMaster):
target=self._run_plugins,
name="CredentialCollectorThread",
args=(
config["credential_collector_classes"],
config["credential_collectors"],
"credential collector",
self._collect_credentials,
),