summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/recipe_definition_dsl_core.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/recipe_definition_dsl_core.rb')
-rw-r--r--lib/chef/mixin/recipe_definition_dsl_core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/mixin/recipe_definition_dsl_core.rb b/lib/chef/mixin/recipe_definition_dsl_core.rb
index 704ee162be..c998936b69 100644
--- a/lib/chef/mixin/recipe_definition_dsl_core.rb
+++ b/lib/chef/mixin/recipe_definition_dsl_core.rb
@@ -24,7 +24,7 @@
# This constant (module name) will eventually be deprecated and then removed.
###
-require 'chef/mixin/deprecation'
+require "chef/mixin/deprecation"
class Chef
module Mixin