summaryrefslogtreecommitdiff
path: root/lib/chef/resource/cron/cron_d.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/cron/cron_d.rb')
-rw-r--r--lib/chef/resource/cron/cron_d.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/cron/cron_d.rb b/lib/chef/resource/cron/cron_d.rb
index 681a923acc..8276fb8587 100644
--- a/lib/chef/resource/cron/cron_d.rb
+++ b/lib/chef/resource/cron/cron_d.rb
@@ -18,7 +18,6 @@
require_relative "../../resource"
require_relative "../helpers/cron_validations"
require "shellwords" unless defined?(Shellwords)
-require "chef-utils"
class Chef
class Resource