Skip to content

Commit

Permalink
fix prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
emptymalei committed Jul 21, 2024
1 parent a47b6ea commit ade2aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataherb/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def create(path, flora):
path = Path(path)

click.prompt(
f"Working directory: {path}\n"
f"Working directory: {path.resolve().absolute()}\n"
f"A dataherb.json file will be created in {path}.\n"
"Are you sure this is the correct path?",
confirmation_prompt=True,
Expand Down

0 comments on commit ade2aeb

Please sign in to comment.