Skip to content

Commit

Permalink
Fixed paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Klejch committed Oct 25, 2016
1 parent f8cde24 commit 493d37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions issuelabeler/issuelabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ def web():


@cli.command()
@click.option('--config', '-c', default="issuelabeler/auth.conf",
@click.option('--config', '-c', default="auth.conf",
help='Configuration file with authorization tokens.')
@click.option('--repository', '-r', default='MI-PYT-TestRepo',
help='Target repository which going to be processed.')
@click.option('--rules', '-f', default='issuelabeler/rules.conf', help='File with rules.')
@click.option('--rules', '-f', default='rules.conf', help='File with rules.')
@click.option('--rate', '-x', default=60,
help="How long to wait to another run (in seconds).")
@click.option('--default', '-d', default="default",
Expand Down

0 comments on commit 493d37f

Please sign in to comment.