Skip to content

Commit 8054597

Browse files
authored
chore: update default outputs directory argument (#7)
1 parent 62cc52f commit 8054597

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/rhdh_dynamic_plugin_factory

src/rhdh_dynamic_plugin_factory/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def create_parser() -> argparse.ArgumentParser:
7777
parser.add_argument(
7878
"--output-dir",
7979
type=Path,
80-
default=Path("/output"),
80+
default=Path("/outputs"),
8181
help="Path to the output directory"
8282
)
8383
parser.add_argument(
@@ -198,4 +198,4 @@ def main():
198198

199199

200200
if __name__ == "__main__":
201-
main()
201+
main()

0 commit comments

Comments
 (0)