Skip to content

Commit

Permalink
fix building Workflow from VDOSRecipe
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Oct 26, 2023
1 parent d9af680 commit 5877546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PhononWorkflow/Recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ function build(::Type{Workflow}, r::VDOSRecipe)
stages[1].makeinputs .→ stages[2].makeinputs
stages[2].makeinputs .→ stages[3].makeinputs
stages[2].makeinputs .→ stages[4].makeinputs
stages[3].makeinputs .→ stages[4].makeinputs
return Workflow(stages[1].download)
end
function build(::Type{Workflow}, file)
Expand Down

0 comments on commit 5877546

Please sign in to comment.