summaryrefslogtreecommitdiff
path: root/lib/chef/provider/apt_preference.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/apt_preference.rb')
-rw-r--r--lib/chef/provider/apt_preference.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/chef/provider/apt_preference.rb b/lib/chef/provider/apt_preference.rb
index 416a1c0d1d..3d07438561 100644
--- a/lib/chef/provider/apt_preference.rb
+++ b/lib/chef/provider/apt_preference.rb
@@ -16,10 +16,10 @@
# limitations under the License.
#
-require "chef/provider"
-require "chef/dsl/declare_resource"
-require "chef/provider/noop"
-require "chef/log"
+require_relative ""
+require_relative "../dsl/declare_resource"
+require_relative "noop"
+require_relative "../log"
class Chef
class Provider