Skip to content

Commit

Permalink
changed default output
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed May 25, 2022
1 parent afc162d commit 7648d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikihow2zim/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def main():
parser.add_argument(
"--output",
help="Output folder for ZIM file",
default="/output",
default="output",
dest="_output_dir",
)

Expand Down

0 comments on commit 7648d5b

Please sign in to comment.