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, target=self._run_plugins,
name="CredentialCollectorThread", name="CredentialCollectorThread",
args=( args=(
config["credential_collector_classes"], config["credential_collectors"],
"credential collector", "credential collector",
self._collect_credentials, self._collect_credentials,
), ),