Skip to content

Commit

Permalink
πŸ› CLI: Fix typo in create --python option
Browse files Browse the repository at this point in the history
  • Loading branch information
mbercx committed May 23, 2023
1 parent 2d858aa commit f856612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_project/commands/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def create(
exists=True,
dir_okay=False,
file_okay=True,
help="Path to the Python interpreter to use for the environmnent.",
help="Path to the Python interpreter to use for the environment.",
),
] = None,
):
Expand Down

0 comments on commit f856612

Please sign in to comment.