summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/config.rb')
-rw-r--r--lib/chef/chef_fs/config.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/chef_fs/config.rb b/lib/chef/chef_fs/config.rb
index 6f9183f40b..3890229ae7 100644
--- a/lib/chef/chef_fs/config.rb
+++ b/lib/chef/chef_fs/config.rb
@@ -159,9 +159,7 @@ class Chef
end
end
- attr_reader :chef_config
- attr_reader :cwd
- attr_reader :cookbook_version
+ attr_reader :chef_config, :cwd, :cookbook_version
def is_hosted?
@chef_config[:chef_server_url] =~ %r{/+organizations/.+}