Skip to content

Commit 190947c

Browse files
authored
Merge pull request #61 from danihodovic/fix-default
fix: default type for the config file option
2 parents 9193ddb + 4efd769 commit 190947c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def config_opt(func):
1717
return click.option(
1818
"-c",
1919
"--config",
20-
default="/etc/borgmatic/config.yaml",
20+
default=["/etc/borgmatic/config.yaml"],
2121
help="The path to the borgmatic config file",
2222
multiple=True,
2323
type=click.Path(

0 commit comments

Comments
 (0)