Skip to content

Commit 3d10bbc

Browse files
abnSecrus
andauthored
Update src/poetry/console/application.py
Co-authored-by: Bartosz Sokorski <[email protected]>
1 parent a1cdb6e commit 3d10bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poetry/console/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def _configure_run_command(self, io: IO) -> None:
392392
except ValueError:
393393
command_index = len(tokens)
394394
else:
395-
# looks like we reached the end of the road, let clea deal with it
395+
# looks like we reached the end of the road, let cleo deal with it
396396
return
397397

398398
# fetch tokens after the "run" command

0 commit comments

Comments
 (0)