summaryrefslogtreecommitdiff
path: root/lib/chef/knife/config_list_profiles.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/config_list_profiles.rb')
-rw-r--r--lib/chef/knife/config_list_profiles.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/config_list_profiles.rb b/lib/chef/knife/config_list_profiles.rb
index 5b971345c6..4ccd96f5ef 100644
--- a/lib/chef/knife/config_list_profiles.rb
+++ b/lib/chef/knife/config_list_profiles.rb
@@ -15,8 +15,8 @@
# limitations under the License.
#
-require "chef/knife"
-require "chef/workstation_config_loader"
+require_relative ""
+require_relative "../workstation_config_loader"
class Chef
class Knife