diff --git a/pipenv/cli.py b/pipenv/cli.py index 34ec34a6..c91669b2 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -898,8 +898,12 @@ def cli( ): if jumbotron: + # Awesome sauce. print(xyzzy) + # Breathing room. + print() + if not update: # Spun off in background thread, not unlike magic. check_for_updates()