Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wpotrzebowski authored Sep 4, 2024
1 parent 7fefe4c commit 44d4ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ def retract_project(click_ctx, project):
required=False,
is_flag=True,
default=False,
help="Something has one wrong in the project.",
help="Something has gone wrong in the project.",
)
@click.pass_obj
def archive_project(click_ctx, project: str, abort: bool = False):
Expand Down

0 comments on commit 44d4ca9

Please sign in to comment.