summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-02-06 16:16:16 -0800
committerGitHub <noreply@github.com>2020-02-06 16:16:16 -0800
commitbc657c293a86a66c284965edd2fd3e1da999850a (patch)
treef548948fd87cc7ee50093e23b5888cad6f4c9a5d
parentf35d8e722c3de98c165683476bb16335de583a88 (diff)
parente470ea168ff24711cf55b26069e63e6a484edcd8 (diff)
downloadchef-bc657c293a86a66c284965edd2fd3e1da999850a.tar.gz
Merge pull request #9348 from chef/fix_utils_introduced_data
Update docker? help comment to show it's since 12.11
-rw-r--r--chef-utils/lib/chef-utils/dsl/introspection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/dsl/introspection.rb b/chef-utils/lib/chef-utils/dsl/introspection.rb
index ba65cf2881..028221f95f 100644
--- a/chef-utils/lib/chef-utils/dsl/introspection.rb
+++ b/chef-utils/lib/chef-utils/dsl/introspection.rb
@@ -31,7 +31,7 @@ module ChefUtils
# Determine if the node is a docker container.
#
# @param [Chef::Node] node the node to check
- # @since 15.5
+ # @since 12.11
#
# @return [Boolean]
#