Skip to content

Commit c149bac

Browse files
committed
Use constants
1 parent c08b591 commit c149bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beanhub_cli/inbox/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def load_inbox_doc(config: str) -> InboxDoc:
178178
"-c",
179179
"--config",
180180
type=click.Path(dir_okay=False),
181-
default=".beanhub/inbox.yaml",
181+
default=DEFAULT_INBOX_CONFIG_FILE,
182182
help="The path to inbox config file",
183183
)
184184
@click.option(
@@ -359,7 +359,7 @@ def extract(
359359
"-c",
360360
"--config",
361361
type=click.Path(dir_okay=False),
362-
default=".beanhub/inbox.yaml",
362+
default=DEFAULT_INBOX_CONFIG_FILE,
363363
help="The path to inbox config file",
364364
)
365365
@click.option(

0 commit comments

Comments
 (0)