Skip to content

Commit 3033923

Browse files
StarHeartHuntneersighted
authored andcommitted
fix: delete leftover poetry script on windows
1 parent 915d307 commit 3033923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-poetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def uninstall(self) -> int:
571571
self._write("Removing {}".format(colorize("info", "Poetry")))
572572

573573
shutil.rmtree(str(self._data_dir))
574-
for script in ["poetry", "poetry.bat"]:
574+
for script in ["poetry", "poetry.bat", "poetry.exe"]:
575575
if self._bin_dir.joinpath(script).exists():
576576
self._bin_dir.joinpath(script).unlink()
577577

0 commit comments

Comments
 (0)