From 215dfd4834cf59e508c26b45dbddbc698c57fd7b Mon Sep 17 00:00:00 2001 From: Marc Chamberland Date: Sun, 10 May 2020 09:49:03 -0400 Subject: tighten all require statements for dist implementation Signed-off-by: Marc Chamberland Signed-off-by: Lance Albertson --- lib/chef/local_mode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/local_mode.rb') diff --git a/lib/chef/local_mode.rb b/lib/chef/local_mode.rb index df615df2b7..da8655a02f 100644 --- a/lib/chef/local_mode.rb +++ b/lib/chef/local_mode.rb @@ -15,9 +15,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +require "chef-utils" require_relative "config" require_relative "monkey_patches/webrick-utils" if ChefUtils.windows? -require "chef-utils" class Chef module LocalMode -- cgit v1.2.1