diff options
author | danielsdeleo <dan@chef.io> | 2015-09-17 09:26:32 -0700 |
---|---|---|
committer | danielsdeleo <dan@chef.io> | 2015-09-17 09:26:32 -0700 |
commit | 81fcfe3cb989fe6dfe81efb60f33e1ad242985eb (patch) | |
tree | 40367336ec7d4c0906e37df4aba093ec890ee0bb | |
parent | ddca3c8fe8d9e433735428012d1e9fc42850367f (diff) | |
download | chef-81fcfe3cb989fe6dfe81efb60f33e1ad242985eb.tar.gz |
Update code comment to reflect reality
-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) |