summaryrefslogtreecommitdiff
path: root/lib/chef/provider/ifconfig/debian.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/ifconfig/debian.rb')
-rw-r--r--lib/chef/provider/ifconfig/debian.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/ifconfig/debian.rb b/lib/chef/provider/ifconfig/debian.rb
index e610bab5df..94ef10af63 100644
--- a/lib/chef/provider/ifconfig/debian.rb
+++ b/lib/chef/provider/ifconfig/debian.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require "chef/provider/ifconfig"
-require "chef/util/file_edit"
+require_relative ""
+require_relative "../../util/file_edit"
class Chef
class Provider