summaryrefslogtreecommitdiff
path: root/lib/chef/knife/ssl_check.rb
diff options
context:
space:
mode:
authorMarc Chamberland <chamberland.marc@gmail.com>2020-05-11 19:14:01 -0400
committerLance Albertson <lance@osuosl.org>2020-09-15 14:04:36 -0700
commit1633da85e2aa3c8b8d8e1bd284ea8c82966d68a0 (patch)
tree8388a5f96adff22246c4fa458cf180f952241a3e /lib/chef/knife/ssl_check.rb
parent215dfd4834cf59e508c26b45dbddbc698c57fd7b (diff)
downloadchef-1633da85e2aa3c8b8d8e1bd284ea8c82966d68a0.tar.gz
merge all dist files back into dist.rb
Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com> Signed-off-by: Lance Albertson <lance@osuosl.org>
Diffstat (limited to 'lib/chef/knife/ssl_check.rb')
-rw-r--r--lib/chef/knife/ssl_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/ssl_check.rb b/lib/chef/knife/ssl_check.rb
index d9bd9b0857..e447d3d2a8 100644
--- a/lib/chef/knife/ssl_check.rb
+++ b/lib/chef/knife/ssl_check.rb
@@ -17,7 +17,7 @@
#
require_relative "../knife"
-require "chef-utils/dist/infra"
+require "chef-utils/dist"
class Chef
class Knife