summaryrefslogtreecommitdiff
path: root/spec/integration
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 /spec/integration
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 'spec/integration')
-rw-r--r--spec/integration/client/exit_code_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/client/exit_code_spec.rb b/spec/integration/client/exit_code_spec.rb
index 4a69d61a53..53a8f1f895 100644
--- a/spec/integration/client/exit_code_spec.rb
+++ b/spec/integration/client/exit_code_spec.rb
@@ -5,7 +5,7 @@ require "chef/mixin/shell_out"
require "tiny_server"
require "tmpdir"
require "chef/platform"
-require "chef-utils/dist/infra"
+require "chef-utils/dist"
describe "chef-client" do