summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index 1e069be185..0cc4b19e9f 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -880,8 +880,7 @@ class Chef
private
- attr_reader :override_runlist
- attr_reader :specific_recipes
+ attr_reader :override_runlist, :specific_recipes
def profiling_prereqs!
require "ruby-prof"