Skip to content

Commit a571f95

Browse files
authored
Merge pull request #983 from mvdbeek/add_planemo_list_repos
Fix copy-paste mistakes
2 parents f6e79c1 + 31c2548 commit a571f95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

planemo/commands/cmd_list_repos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Module describing the planemo ``ci_find_repos`` command."""
1+
"""Module describing the planemo ``list_repos`` command."""
22
from __future__ import print_function
33

44
import click
@@ -12,7 +12,7 @@
1212
)
1313

1414

15-
@click.command('ci_list_repos')
15+
@click.command('list_repos')
1616
@options.shed_project_arg()
1717
@options.ci_find_options()
1818
@command_function

0 commit comments

Comments
 (0)