Skip to content

Commit d02bfa8

Browse files
authored
Update install.py (#5852)
1 parent 31c98f3 commit d02bfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipenv/routines/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def do_install(
147147
traceback = e
148148
finally:
149149
if error and traceback:
150-
console.print(error, sytle="red")
150+
console.print(error, style="red")
151151
err.print(str(traceback), style="yellow")
152152
sys.exit(1)
153153

0 commit comments

Comments
 (0)