Merge Recipe::DSL into Recipe
This commit is contained in:
@@ -58,7 +58,7 @@ module Producer
|
||||
end
|
||||
|
||||
def recipe
|
||||
@recipe ||= Recipe.evaluate_from_file(@arguments.first, env)
|
||||
@recipe ||= Recipe::FileEvaluator.evaluate(@arguments.first, env)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user