From 1633da85e2aa3c8b8d8e1bd284ea8c82966d68a0 Mon Sep 17 00:00:00 2001 From: Marc Chamberland Date: Mon, 11 May 2020 19:14:01 -0400 Subject: merge all dist files back into dist.rb Signed-off-by: Marc Chamberland Signed-off-by: Lance Albertson --- lib/chef/cookbook_site_streaming_uploader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/cookbook_site_streaming_uploader.rb') diff --git a/lib/chef/cookbook_site_streaming_uploader.rb b/lib/chef/cookbook_site_streaming_uploader.rb index 6041c6c459..66c866772d 100644 --- a/lib/chef/cookbook_site_streaming_uploader.rb +++ b/lib/chef/cookbook_site_streaming_uploader.rb @@ -28,7 +28,7 @@ module Mixlib autoload :SignedHeaderAuth, "mixlib/authentication/signedheaderauth" end end -require "chef-utils/dist/infra" +require "chef-utils/dist" class Chef # == Chef::CookbookSiteStreamingUploader -- cgit v1.2.1