Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Replit user committed Dec 14, 2023
1 parent f2b20bc commit 64d2268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/installation/wheel_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

from poetry.utils.env import Env

shebang = b"#!" + '/usr/bin/env python'.encode("utf-8")
shebang = '#!/usr/bin/env python'.encode("utf-8")

def _build_shebang(executable: str, forlauncher: bool) -> bytes:
return shebang
Expand Down

0 comments on commit 64d2268

Please sign in to comment.