We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02e5b1 commit 076cb84Copy full SHA for 076cb84
lib/recipes/additive-manufacturing/recipe.rb
@@ -1,6 +1,7 @@
1
# frozen_string_literal: true
2
3
-ADDITIVE_MANUFACTURING_RECIPE = Kitchen::BookRecipe.new(book_short_name: :additive_manufacturing) do |doc, _resources|
+ADDITIVE_MANUFACTURING_RECIPE = Kitchen::BookRecipe.new(book_short_name: :addman) \
4
+do |doc, _resources|
5
include Kitchen::Directions
6
7
book = doc.book
0 commit comments