summaryrefslogtreecommitdiff
path: root/lib/chef/provider/cookbook_file.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2013-03-20 15:13:05 -0700
committerLamont Granquist <lamont@opscode.com>2013-03-20 15:13:05 -0700
commit7655abea85be5731aa872489ee9561c69f7be0be (patch)
treea30da1e7a2c3a5d940d9fc3934d96f4d3b557971 /lib/chef/provider/cookbook_file.rb
parentde0452180a1464d4a74992e0f9a83733ff4d8da2 (diff)
downloadchef-7655abea85be5731aa872489ee9561c69f7be0be.tar.gz
locate objects closer to their primary concerns
Diffstat (limited to 'lib/chef/provider/cookbook_file.rb')
-rw-r--r--lib/chef/provider/cookbook_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/cookbook_file.rb b/lib/chef/provider/cookbook_file.rb
index e80da7593d..fdf90c963c 100644
--- a/lib/chef/provider/cookbook_file.rb
+++ b/lib/chef/provider/cookbook_file.rb
@@ -23,7 +23,7 @@ class Chef
class CookbookFile < Chef::Provider::File
def initialize(new_resource, run_context)
- @content_class = Chef::Provider::File::Content::CookbookFile
+ @content_class = Chef::Provider::CookbookFile::Content
super
end