Skip to content

Commit

Permalink
Fix multiple project commands
Browse files Browse the repository at this point in the history
  • Loading branch information
egegunes committed May 28, 2019
1 parent 0aa9513 commit 7565c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redmine/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def list():

@list.command()
@click.pass_obj
def project(redmine):
def projects(redmine):
""" List projects """

try:
Expand Down

0 comments on commit 7565c28

Please sign in to comment.