Skip to content

Commit

Permalink
added purge for source
Browse files Browse the repository at this point in the history
  • Loading branch information
Davit Shartava committed Aug 1, 2024
1 parent b8753a7 commit ad27942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_rossum_deploy/commands/purge/purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
)
@click.argument(
"destination",
type=click.Choice([settings.TARGET_DIRNAME, settings.UNUSED_SCHEMAS]),
type=click.Choice([settings.SOURCE_DIRNAME, settings.TARGET_DIRNAME, settings.UNUSED_SCHEMAS]),
)
@coro
async def purge_project_wrapper(destination):
Expand Down

0 comments on commit ad27942

Please sign in to comment.