summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook/synchronizer.rb
diff options
context:
space:
mode:
authorMarc Chamberland <chamberland.marc@gmail.com>2020-05-10 09:49:03 -0400
committerLance Albertson <lance@osuosl.org>2020-09-15 14:04:36 -0700
commit215dfd4834cf59e508c26b45dbddbc698c57fd7b (patch)
treec5de91ae786325e8c97000af77c70f3ff3034912 /lib/chef/cookbook/synchronizer.rb
parented48186831835be81b436a160bcf190a7756d473 (diff)
downloadchef-215dfd4834cf59e508c26b45dbddbc698c57fd7b.tar.gz
tighten all require statements for dist implementation
Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com> Signed-off-by: Lance Albertson <lance@osuosl.org>
Diffstat (limited to 'lib/chef/cookbook/synchronizer.rb')
-rw-r--r--lib/chef/cookbook/synchronizer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/cookbook/synchronizer.rb b/lib/chef/cookbook/synchronizer.rb
index 44aff4ab5a..04040d74d8 100644
--- a/lib/chef/cookbook/synchronizer.rb
+++ b/lib/chef/cookbook/synchronizer.rb
@@ -17,7 +17,7 @@ require_relative "../client"
require_relative "../util/threaded_job_queue"
require_relative "../server_api"
require "singleton" unless defined?(Singleton)
-require "chef-utils"
+require "chef-utils/dist/infra"
class Chef