summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/file_system_root_dir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/file_system/file_system_root_dir.rb')
-rw-r--r--lib/chef/chef_fs/file_system/file_system_root_dir.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/file_system/file_system_root_dir.rb b/lib/chef/chef_fs/file_system/file_system_root_dir.rb
index afbf7b1901..60eceffdfe 100644
--- a/lib/chef/chef_fs/file_system/file_system_root_dir.rb
+++ b/lib/chef/chef_fs/file_system/file_system_root_dir.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/chef_fs/file_system/file_system_entry'
+require "chef/chef_fs/file_system/file_system_entry"
class Chef
module ChefFS