summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/workstation_config_loader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/lib/chef-config/workstation_config_loader.rb')
-rw-r--r--chef-config/lib/chef-config/workstation_config_loader.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/chef-config/lib/chef-config/workstation_config_loader.rb b/chef-config/lib/chef-config/workstation_config_loader.rb
index af0c438ca1..c2baad9d17 100644
--- a/chef-config/lib/chef-config/workstation_config_loader.rb
+++ b/chef-config/lib/chef-config/workstation_config_loader.rb
@@ -20,7 +20,7 @@ require "chef-config/config"
require "chef-config/exceptions"
require "chef-config/logger"
require "chef-config/path_helper"
-require "chef-config/windows"
+require "chef-helpers"
require "chef-config/mixin/dot_d"
require "chef-config/mixin/credentials"
@@ -139,7 +139,7 @@ module ChefConfig
end
def working_directory
- a = if ChefConfig.windows?
+ a = if ChefHelpers.windows?
env["CD"]
else
env["PWD"]