summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2021-06-02 09:46:17 -0400
committerJohn McCrae <john.mccrae@progress.com>2021-06-14 19:01:12 -0700
commitfc43564b1d31bb4258536d05cd47665424d514b6 (patch)
tree29c7aeac12f3682d4c056bc957d2485c11bf0e56
parent5f424ecabc54fc30932e7d37de9bf333be4993e9 (diff)
downloadchef-fc43564b1d31bb4258536d05cd47665424d514b6.tar.gz
update comment to indicate deprecation in chef 18
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--chef-config/lib/chef-config/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb
index 2496a07eae..633378d6ba 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -1007,7 +1007,7 @@ module ChefConfig
default :blocked_normal_attributes, nil
default :blocked_override_attributes, nil
- # deprecated config options that will be removed in Chef Infra Client 17
+ # deprecated config options that will be removed in Chef Infra Client 18
default :automatic_attribute_blacklist, nil
default :default_attribute_blacklist, nil
default :normal_attribute_blacklist, nil