summaryrefslogtreecommitdiff
path: root/lib/chef/application/windows_service.rb
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-05-27 13:43:38 -0700
committerClaire McQuin <claire@getchef.com>2014-06-03 09:16:54 -0700
commite52798c5fda734553304e98585cbe5142bc116c9 (patch)
treefbd1f1a1e8cdfdc4ea4b027c5d0ec1446cf77cb1 /lib/chef/application/windows_service.rb
parentb77404a53a50fa699d4358fd92f194223c56e70d (diff)
downloadchef-e52798c5fda734553304e98585cbe5142bc116c9.tar.gz
rename configure_environment_variables to configure_proxy_environment_variables
Diffstat (limited to 'lib/chef/application/windows_service.rb')
-rw-r--r--lib/chef/application/windows_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/windows_service.rb b/lib/chef/application/windows_service.rb
index 2f81256a63..d1810fc3e8 100644
--- a/lib/chef/application/windows_service.rb
+++ b/lib/chef/application/windows_service.rb
@@ -211,7 +211,7 @@ class Chef
def reconfigure(startup_parameters=[])
configure_chef startup_parameters
configure_logging
- configure_environment_variables
+ configure_proxy_environment_variables
Chef::Config[:chef_server_url] = config[:chef_server_url] if config.has_key? :chef_server_url
unless Chef::Config[:exception_handlers].any? {|h| Chef::Handler::ErrorReport === h}