Skip to content

Commit

Permalink
Fix error message of getmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Aug 13, 2022
1 parent e25f9e3 commit 5e18444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExpressCommands.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function getmodule(recipe)
elseif recipe in ("qha single", "multi qha")
QHA
else
error("workflow `$recipe` is not recognized!")
error("recipe `$recipe` is not recognized!")
end
end

Expand Down

0 comments on commit 5e18444

Please sign in to comment.