summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook/file_system_file_vendor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/cookbook/file_system_file_vendor.rb')
-rw-r--r--lib/chef/cookbook/file_system_file_vendor.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/cookbook/file_system_file_vendor.rb b/lib/chef/cookbook/file_system_file_vendor.rb
index a4a6711270..c96c53b15f 100644
--- a/lib/chef/cookbook/file_system_file_vendor.rb
+++ b/lib/chef/cookbook/file_system_file_vendor.rb
@@ -30,8 +30,7 @@ class Chef
# nonsensical.
class FileSystemFileVendor < FileVendor
- attr_reader :cookbook_name
- attr_reader :repo_paths
+ attr_reader :cookbook_name, :repo_paths
def initialize(manifest, *repo_paths)
@cookbook_name = manifest.name