summaryrefslogtreecommitdiff
path: root/lib/chef/application/solo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/application/solo.rb')
-rw-r--r--lib/chef/application/solo.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb
index ba563ce3a8..47825a9701 100644
--- a/lib/chef/application/solo.rb
+++ b/lib/chef/application/solo.rb
@@ -165,7 +165,7 @@ class Chef::Application::Solo < Chef::Application
:long => '--environment ENVIRONMENT',
:description => 'Set the Chef Environment on the node'
- attr_reader :chef_solo_json
+ attr_reader :chef_client_json
def initialize
super
@@ -182,7 +182,7 @@ class Chef::Application::Solo < Chef::Application
if Chef::Config[:json_attribs]
config_fetcher = Chef::ConfigFetcher.new(Chef::Config[:json_attribs])
- @chef_solo_json = config_fetcher.fetch_json
+ @chef_client_json = config_fetcher.fetch_json
end
if Chef::Config[:recipe_url]