summaryrefslogtreecommitdiff
path: root/lib/chef/provider/file/content.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/file/content.rb')
-rw-r--r--lib/chef/provider/file/content.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/file/content.rb b/lib/chef/provider/file/content.rb
index f82bc49db4..96dda1bcbc 100644
--- a/lib/chef/provider/file/content.rb
+++ b/lib/chef/provider/file/content.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require 'chef/file_content_management/content_base'
-require 'chef/file_content_management/tempfile'
+require "chef/file_content_management/content_base"
+require "chef/file_content_management/tempfile"
class Chef
class Provider