Skip to content

Commit a2ed936

Browse files
committed
Fix for get-pipenv.py
1 parent 3550d2f commit a2ed936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-pipenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def determine_pip_install_arguments():
8181
if include_wheel(pre):
8282
args.append("wheel")
8383

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

8787

0 commit comments

Comments
 (0)