Skip to content

Commit

Permalink
fix: bug that storage scaffold not added
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Oct 23, 2023
1 parent e2640bf commit ae23e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ build-backend = "poetry.core.masonry.api"


[tool.poetry.plugins."poetry.application.plugin"]
scaffold-snakemake-executor-plugin = "poetry_snakemake_plugin:ScaffoldSnakemakeExecutorPlugin"
scaffold-snakemake-executor-plugin = "poetry_snakemake_plugin:ScaffoldSnakemakeExecutorPlugin"
scaffold-snakemake-storage-plugin = "poetry_snakemake_plugin:ScaffoldSnakemakeStoragePlugin"

0 comments on commit ae23e5e

Please sign in to comment.