Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcertora committed Jan 1, 2025
1 parent 3d066cb commit f4bb555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quorum/entry_points/setup_quorum.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def get_working_directory() -> Path:
parser = argparse.ArgumentParser(description="Setup Quorum project.")
parser.add_argument(
'--working_dir',
default=Path.cwd(),
default=Path.cwd() / 'quorum_project',
type=Path,
help="Directory to set up the Quorum project."
)
Expand Down

0 comments on commit f4bb555

Please sign in to comment.