Skip to content

Commit

Permalink
Update src/poetry/console/application.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com>
  • Loading branch information
abn and Secrus authored Jan 23, 2025
1 parent a1cdb6e commit 3d10bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/console/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def _configure_run_command(self, io: IO) -> None:
except ValueError:
command_index = len(tokens)
else:
# looks like we reached the end of the road, let clea deal with it
# looks like we reached the end of the road, let cleo deal with it
return

# fetch tokens after the "run" command
Expand Down

0 comments on commit 3d10bbc

Please sign in to comment.