summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha Pansare <neha.pansare@progress.com>2022-07-27 20:09:46 +0530
committerNeha Pansare <neha.pansare@progress.com>2022-07-27 20:09:46 +0530
commitd54c43337d52460a57abdab45e33d37c7d086136 (patch)
tree2bc2e0865e6a68457e0af8ec56f2928ca7c7b657
parent84378c3995b8e60695ea32ba16cf6cc1c0b20e87 (diff)
downloadchef-d54c43337d52460a57abdab45e33d37c7d086136.tar.gz
We are seeing functional and integration windows test failures so trying if things works after removing thisneha-p6/trial_revert_pr_13068
Signed-off-by: Neha Pansare <neha.pansare@progress.com>
-rw-r--r--chef-config/lib/chef-config/workstation_config_loader.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/workstation_config_loader.rb b/chef-config/lib/chef-config/workstation_config_loader.rb
index a77670ddb2..ea42211120 100644
--- a/chef-config/lib/chef-config/workstation_config_loader.rb
+++ b/chef-config/lib/chef-config/workstation_config_loader.rb
@@ -17,7 +17,6 @@
#
require "chef-utils" unless defined?(ChefUtils::CANARY)
-require "etc" unless defined?(Etc)
require_relative "config"
require_relative "exceptions"
require_relative "logger"