diff --git a/pipenv/routines/install.py b/pipenv/routines/install.py index 9df21775..37e5add4 100644 --- a/pipenv/routines/install.py +++ b/pipenv/routines/install.py @@ -147,7 +147,7 @@ def do_install( traceback = e finally: if error and traceback: - console.print(error, sytle="red") + console.print(error, style="red") err.print(str(traceback), style="yellow") sys.exit(1)