Skip to content

Commit 493d37f

Browse files
author
Petr Klejch
committed
Fixed paths.
1 parent f8cde24 commit 493d37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

issuelabeler/issuelabel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ def web():
1717

1818

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

0 commit comments

Comments
 (0)