summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-05-12 15:07:26 -0700
committerTim Smith <tsmith@chef.io>2021-05-12 15:07:26 -0700
commit3f6c0dbf37f640b4ba5778a8c49a79d6d300b4de (patch)
tree29304b5849950e94a19d8a6004f35b3f6ad5b06f
parente92eed69c34f4cc019884d808af22461c055bd09 (diff)
downloadchef-3f6c0dbf37f640b4ba5778a8c49a79d6d300b4de.tar.gz
Document another property
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/chef_client_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_client_config.rb b/lib/chef/resource/chef_client_config.rb
index d52860fc08..770aedf442 100644
--- a/lib/chef/resource/chef_client_config.rb
+++ b/lib/chef/resource/chef_client_config.rb
@@ -139,7 +139,7 @@ class Chef
DESC
property :formatters, Array,
- description: "",
+ description: "Client logging formatters to load.",
default: []
property :event_loggers, Array,