Skip to content

Commit

Permalink
Merge pull request #61 from danihodovic/fix-default
Browse files Browse the repository at this point in the history
fix: default type for the config file option
  • Loading branch information
danihodovic committed Feb 13, 2024
2 parents 9193ddb + 4efd769 commit 190947c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def config_opt(func):
return click.option(
"-c",
"--config",
default="/etc/borgmatic/config.yaml",
default=["/etc/borgmatic/config.yaml"],
help="The path to the borgmatic config file",
multiple=True,
type=click.Path(
Expand Down

0 comments on commit 190947c

Please sign in to comment.