diff --git a/ceo/cli/groups.py b/ceo/cli/groups.py index 88ba37c..ef5549d 100644 --- a/ceo/cli/groups.py +++ b/ceo/cli/groups.py @@ -150,7 +150,7 @@ def delete(group_name): resp = http_delete(f'/api/groups/{group_name}') handle_stream_response(resp, DeleteGroupTransaction.operations) -@gropus.command(short_help='Search for groups') +@groups.command(short_help='Search for groups') @click.argument('group name') def search(group_name): check_if_in_development()