From d02bfa8795ab7f712a5ffefc09f7f080872806df Mon Sep 17 00:00:00 2001 From: Mathias Fossum Date: Tue, 22 Aug 2023 12:26:50 +0200 Subject: [PATCH] Update install.py (#5852) --- pipenv/routines/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)