Skip to content

Commit d72034c

Browse files
authored
bug fix
1 parent b135961 commit d72034c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db_diff/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def generate_output_filename(previous: str, current: str, output_file: Optional[
212212
@click.option(
213213
"--outfilename",
214214
"output_file",
215-
type=click.Path(file_okay=True, dir_okay=False, writable=True, resolve_path=True),
215+
type=str,
216216
default=None,
217217
help="Specify custom filename. [default: diffs_<filename1__vs__filename2>.json]",
218218
)

0 commit comments

Comments
 (0)