mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-13 05:53:52 -05:00
change minor typo in bin/pyenv-sh-activate
This commit is contained in:
@@ -218,7 +218,7 @@ PYENV_VIRTUALENV_DISABLE_PROMPT="${PYENV_VIRTUALENV_DISABLE_PROMPT:-${VIRTUAL_EN
|
|||||||
if [ -z "${PYENV_VIRTUALENV_DISABLE_PROMPT}" ]; then
|
if [ -z "${PYENV_VIRTUALENV_DISABLE_PROMPT}" ]; then
|
||||||
case "${shell}" in
|
case "${shell}" in
|
||||||
fish )
|
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
|
echo "pyenv-virtualenv: prompt changing will be removed from future release. configure \`export PYENV_VIRTUALENV_DISABLE_PROMPT=1' to simulate the behavior." 1>&2
|
||||||
|
|||||||
Reference in New Issue
Block a user