From 8de5119ff8a435d0b22335f14cde213e649a7d65 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 27 Oct 2018 13:17:14 -0700 Subject: Require mixin::shellout where we use it We're not requiring it here even though we extend it below. Signed-off-by: Tim Smith --- lib/chef/platform/rebooter.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/chef/platform/rebooter.rb b/lib/chef/platform/rebooter.rb index 430d175869..1551836bca 100644 --- a/lib/chef/platform/rebooter.rb +++ b/lib/chef/platform/rebooter.rb @@ -20,6 +20,7 @@ require "chef/dsl/reboot_pending" require "chef/log" require "chef/platform" require "chef/application/exit_code" +require "chef/mixin/shell_out" class Chef class Platform -- cgit v1.2.1