diff options
author | danielsdeleo <dan@chef.io> | 2015-09-17 09:26:32 -0700 |
---|---|---|
committer | danielsdeleo <dan@chef.io> | 2015-09-17 14:29:50 -0700 |
commit | 6883743831ff798d3d704ee62c78796ff9b4df16 (patch) | |
tree | 4a431c8c15c8ffe8c6a7892d2a3644916b19a77a /lib/chef/policy_builder | |
parent | d2f5ff985403d32fd452b82a3dab1f09ccf4fae4 (diff) | |
download | chef-6883743831ff798d3d704ee62c78796ff9b4df16.tar.gz |
Update code comment to reflect reality
Diffstat (limited to 'lib/chef/policy_builder')
-rw-r--r-- | lib/chef/policy_builder/expand_node_object.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/policy_builder/expand_node_object.rb b/lib/chef/policy_builder/expand_node_object.rb index 543d6a0a7b..caedcb4035 100644 --- a/lib/chef/policy_builder/expand_node_object.rb +++ b/lib/chef/policy_builder/expand_node_object.rb @@ -55,9 +55,7 @@ class Chef @run_list_expansion = nil end - # This method injects the run_context and provider and resource priority - # maps into the Chef class. The run_context has to be injected here, the provider and - # resource maps could be moved if a better place can be found to do this work. + # This method injects the run_context and into the Chef class. # # @param run_context [Chef::RunContext] the run_context to inject def setup_chef_class(run_context) |