diff --git a/news/6199.trivial.rst b/news/6199.trivial.rst new file mode 100644 index 000000000..c6ba02635 --- /dev/null +++ b/news/6199.trivial.rst @@ -0,0 +1 @@ +Fix incorrect command reminder after installs. diff --git a/pipenv/routines/install.py b/pipenv/routines/install.py index 173df2c91..e299ef7e5 100644 --- a/pipenv/routines/install.py +++ b/pipenv/routines/install.py @@ -614,7 +614,7 @@ def do_init( ) else: if old_hash: - msg = "Pipfile.lock ({0}) out of date: run `pipfile lock` to update to ({1})..." + msg = "Pipfile.lock ({0}) out of date: run `pipenv lock` to update to ({1})..." else: msg = "Pipfile.lock is corrupt, replaced with ({1})..." err.print(