summaryrefslogtreecommitdiff
path: root/lib/chef/platform/rebooter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/platform/rebooter.rb')
-rw-r--r--lib/chef/platform/rebooter.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/chef/platform/rebooter.rb b/lib/chef/platform/rebooter.rb
index 1551836bca..71ef74508b 100644
--- a/lib/chef/platform/rebooter.rb
+++ b/lib/chef/platform/rebooter.rb
@@ -16,11 +16,11 @@
# limitations under the License.
#
-require "chef/dsl/reboot_pending"
-require "chef/log"
-require "chef/platform"
-require "chef/application/exit_code"
-require "chef/mixin/shell_out"
+require_relative "../dsl/reboot_pending"
+require_relative "../log"
+require_relative ""
+require_relative "../application/exit_code"
+require_relative "../mixin/shell_out"
class Chef
class Platform