Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions planemo/commands/cmd_list_repos.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Module describing the planemo ``ci_find_repos`` command."""
"""Module describing the planemo ``list_repos`` command."""
from __future__ import print_function

import click
Expand All @@ -12,7 +12,7 @@
)


@click.command('ci_list_repos')
@click.command('list_repos')
@options.shed_project_arg()
@options.ci_find_options()
@command_function
Expand Down