summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/language_include_recipe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/language_include_recipe.rb')
-rw-r--r--lib/chef/mixin/language_include_recipe.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/mixin/language_include_recipe.rb b/lib/chef/mixin/language_include_recipe.rb
index d85e5c682d..8e608516d9 100644
--- a/lib/chef/mixin/language_include_recipe.rb
+++ b/lib/chef/mixin/language_include_recipe.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require 'chef/dsl/include_recipe'
-require 'chef/mixin/deprecation'
+require "chef/dsl/include_recipe"
+require "chef/mixin/deprecation"
class Chef
module Mixin