From c292fadefa0d909e7bfc49277d92c101916b51bb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 11 Sep 2017 22:25:39 -0400 Subject: [PATCH] output cleanups Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index c97f9861..1f6bdc29 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -311,7 +311,7 @@ def do_where(virtualenv=False, bare=True): ''.format(crayons.green('`pipenv install`')), err=True) elif not bare: click.echo( - 'Pipfile found at {0}. Considering this to be the project home.' + 'Pipfile found at {0}.\n Considering this to be the project home.' ''.format(crayons.green(location)), err=True) else: click.echo(location)