Skip to content

Commit

Permalink
Fix for get-pipenv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Sep 30, 2024
1 parent 3550d2f commit a2ed936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-pipenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def determine_pip_install_arguments():
if include_wheel(pre):
args.append("wheel")

args = args.append("pipenv")
args.append("pipenv")
return ["install", "--upgrade", "--force-reinstall"] + args


Expand Down

0 comments on commit a2ed936

Please sign in to comment.