diff --git a/updatebot.py b/updatebot.py index 9d3673b..e5f6c10 100644 --- a/updatebot.py +++ b/updatebot.py @@ -301,7 +301,7 @@ def parse_args() -> Arguments: '--config', '-c', type=Path, - default=XDG_CONFIG_HOME / 'updatebot' / 'config.toml', + default=XDG_CONFIG_HOME / 'updatebot' / 'config.yml', ) parser.add_argument('--dry-run', '-n', action='store_true', default=False) parser.add_argument('projects', metavar='project', nargs='*', default=[])