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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/config_list_profiles.rb b/lib/chef/knife/config_list_profiles.rb
index 4ccd96f5ef..29e3e24dc5 100644
--- a/lib/chef/knife/config_list_profiles.rb
+++ b/lib/chef/knife/config_list_profiles.rb
@@ -15,7 +15,7 @@
# limitations under the License.
#
-require_relative ""
+require_relative "../knife"
require_relative "../workstation_config_loader"
class Chef