From 78be826034fcc9d67398e023e594af02005b553b Mon Sep 17 00:00:00 2001 From: jxltom Date: Thu, 8 Nov 2018 11:10:48 +0800 Subject: [PATCH] Fix typo --- pipenv/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipenv/core.py b/pipenv/core.py index 758ef3fa..b57d9fa3 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -454,8 +454,8 @@ def ensure_python(three=None, python=None): click.echo(fix_utf8("Something went wrong…"), err=True) click.echo(crayons.blue(e.err), err=True) else: - environments.PIPENV_SPINNER_OK_TEXT.format("Success!") - # Print the results, in a beautiful blue… + sp.ok(environments.PIPENV_SPINNER_OK_TEXT.format("Success!")) + # Print the results, in a beautiful blue… click.echo(crayons.blue(c.out), err=True) # Find the newly installed Python, hopefully. version = str(version)