diff options
author | Marc Chamberland <chamberland.marc@gmail.com> | 2020-05-10 09:49:03 -0400 |
---|---|---|
committer | Lance Albertson <lance@osuosl.org> | 2020-09-15 14:04:36 -0700 |
commit | 215dfd4834cf59e508c26b45dbddbc698c57fd7b (patch) | |
tree | c5de91ae786325e8c97000af77c70f3ff3034912 /Rakefile | |
parent | ed48186831835be81b436a160bcf190a7756d473 (diff) | |
download | chef-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 'Rakefile')
-rw-r--r-- | Rakefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -26,8 +26,7 @@ begin require_relative "tasks/announce" require_relative "tasks/docs" require_relative "tasks/spellcheck" - require_relative "lib/chef/dist" - require "chef-utils" + require_relative "chef-utils/lib/chef-utils/dist" rescue LoadError => e puts "Skipping missing rake dep: #{e}" end |