summaryrefslogtreecommitdiff
path: root/lib/chef/provider/ifconfig/redhat.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/ifconfig/redhat.rb')
-rw-r--r--lib/chef/provider/ifconfig/redhat.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/ifconfig/redhat.rb b/lib/chef/provider/ifconfig/redhat.rb
index 70d78bcfe9..402cd91580 100644
--- a/lib/chef/provider/ifconfig/redhat.rb
+++ b/lib/chef/provider/ifconfig/redhat.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require "chef/provider/ifconfig"
+require_relative ""
class Chef
class Provider