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 ee053d1e52..b0131f8f5a 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 "chef/provider/ifconfig"
class Chef
class Provider