Skip to content

Commit

Permalink
chore: fix function description
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-schmid committed Oct 4, 2024
1 parent 023d51f commit d341b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admyral/cli/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def list(ctx: click.Context) -> None:
@click.argument("action_type", type=str)
@click.pass_context
def delete(ctx: click.Context, action_type: str) -> None:
"""Delete an action"""
"""Delete a pushed custom action"""
capture(event_name="action:delete")
client: AdmyralClient = ctx.obj
client.delete_action(action_type)
Expand Down

0 comments on commit d341b99

Please sign in to comment.