diff options
Diffstat (limited to 'lib/chef/chef_class.rb')
-rw-r--r-- | lib/chef/chef_class.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/chef_class.rb b/lib/chef/chef_class.rb index 563e06434b..5cf4f95af5 100644 --- a/lib/chef/chef_class.rb +++ b/lib/chef/chef_class.rb @@ -162,8 +162,8 @@ class Chef @node = nil @provider_priority_map = nil @resource_priority_map = nil - @provider_dsl_map = nil - @resource_dsl_map = nil + @provider_handler_map = nil + @resource_handler_map = nil end # @api private |