From 7938c89affde8740d6d3dc29fcf79cd7364dd359 Mon Sep 17 00:00:00 2001 From: shangsunset Date: Fri, 25 Mar 2016 17:02:33 -0400 Subject: [PATCH] change minor typo in bin/pyenv-sh-activate --- bin/pyenv-sh-activate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pyenv-sh-activate b/bin/pyenv-sh-activate index 6715e34..be76525 100755 --- a/bin/pyenv-sh-activate +++ b/bin/pyenv-sh-activate @@ -218,7 +218,7 @@ PYENV_VIRTUALENV_DISABLE_PROMPT="${PYENV_VIRTUALENV_DISABLE_PROMPT:-${VIRTUAL_EN if [ -z "${PYENV_VIRTUALENV_DISABLE_PROMPT}" ]; then case "${shell}" in fish ) - echo "pyenv-virtualenv: prompt changing not work for fish." 1>&2 + echo "pyenv-virtualenv: prompt changing not working for fish." 1>&2 ;; * ) echo "pyenv-virtualenv: prompt changing will be removed from future release. configure \`export PYENV_VIRTUALENV_DISABLE_PROMPT=1' to simulate the behavior." 1>&2