summaryrefslogtreecommitdiff
path: root/lib/chef/dsl/include_recipe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/dsl/include_recipe.rb')
-rw-r--r--lib/chef/dsl/include_recipe.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/dsl/include_recipe.rb b/lib/chef/dsl/include_recipe.rb
index 9abd7d135b..307f2bae95 100644
--- a/lib/chef/dsl/include_recipe.rb
+++ b/lib/chef/dsl/include_recipe.rb
@@ -21,7 +21,6 @@ require "chef/log"
class Chef
module DSL
module IncludeRecipe
-
def include_recipe(*recipe_names)
run_context.include_recipe(*recipe_names, current_cookbook: cookbook_name)
end
@@ -34,7 +33,6 @@ class Chef
Chef::Log.warn("require_recipe is deprecated and will be removed in a future release, please use include_recipe")
include_recipe(*args)
end
-
end
end
end